<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>How To Ubuntu &#187; repo</title>
	<atom:link href="http://howto-ubuntu.net/tag/repo/feed/" rel="self" type="application/rss+xml" />
	<link>http://howto-ubuntu.net</link>
	<description>Focusing on the Long Term Support release -- Lucid 10.04</description>
	<lastBuildDate>Fri, 30 Jul 2010 12:30:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to add the Universe &amp; Multiverse repositories graphically</title>
		<link>http://howto-ubuntu.net/how-to-add-the-universe-multiverse-repositories-graphically/</link>
		<comments>http://howto-ubuntu.net/how-to-add-the-universe-multiverse-repositories-graphically/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 00:13:26 +0000</pubDate>
		<dc:creator>Eli</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[The Basics]]></category>
		<category><![CDATA[repo]]></category>

		<guid isPermaLink="false">http://howto-ubuntu.net/?p=573</guid>
		<description><![CDATA[<p>Here&#8217;s how to add the universe and multiverse repositories.</p>

Open Software Sources. System > Administration > Software Sources
Check the boxes for Community-maintained Open Source software (universe) &#038; Software restricted by copyright or legal issues (multiverse)
Click Close. Another box should pop up asking if you want to reload, click Reload.
If you clicked Close, and a window didn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s how to add the universe and multiverse repositories.</p>
<ol>
<li>Open Software Sources. <strong>System</strong> > <strong>Administration</strong> > <strong>Software Sources</strong></li>
<li>Check the boxes for <strong><em>Community-maintained Open Source software (universe)</em></strong> &#038; <strong><em>Software restricted by copyright or legal issues (multiverse)</em></strong></li>
<li>Click <strong>Close</strong>. Another box should pop up asking if you want to reload, click <strong>Reload</strong>.</li>
<li>If you clicked <strong>Close</strong>, and a window didn&#8217;t pop up, then you must go to <strong>System > Administration > Update Manager</strong></li>
<li>Click the <strong>Check</strong> button.</li>
<li>Now you can begin to install software from the universe &#038; multiverse repositories.</li>
</ol>
<p><a href="http://howto-ubuntu.net/wp-content/uploads/2010/01/ss1.png"><img src="http://howto-ubuntu.net/wp-content/uploads/2010/01/ss1.png" alt="" title="ss1" width="544" height="514" class="aligncenter size-full wp-image-577" /></a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhowto-ubuntu.net%2Fhow-to-add-the-universe-multiverse-repositories-graphically%2F&amp;linkname=How%20to%20add%20the%20Universe%20%26%23038%3B%20Multiverse%20repositories%20graphically"><img src="http://howto-ubuntu.net/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://howto-ubuntu.net/how-to-add-the-universe-multiverse-repositories-graphically/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to enable the Universe &amp; Multiverse repositories from the command line</title>
		<link>http://howto-ubuntu.net/how-to-enable-the-universe-multiverse-repositories-from-command-line/</link>
		<comments>http://howto-ubuntu.net/how-to-enable-the-universe-multiverse-repositories-from-command-line/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 21:38:40 +0000</pubDate>
		<dc:creator>Eli</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[nano]]></category>
		<category><![CDATA[repo]]></category>

		<guid isPermaLink="false">http://howto-ubuntu.net/?p=552</guid>
		<description><![CDATA[<p>Enabling the Universe &#038; Multiverse repositories will give you access to tons of software that your Ubuntu system doesn&#8217;t give you access to by default. Here is how to enable them.</p>

Open a Terminal. Applications > Accessories > Terminal 
Type in:
<p>sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak</p>
<p>This makes a copy of the file we&#8217;re going to modify, in case [...]]]></description>
			<content:encoded><![CDATA[<p>Enabling the Universe &#038; Multiverse repositories will give you access to tons of software that your Ubuntu system doesn&#8217;t give you access to by default. Here is how to enable them.</p>
<ol>
<li>Open a Terminal. <strong>Applications</strong> > <strong>Accessories</strong> > <strong>Terminal</strong><br clear="none" /> </li>
<li>Type in:
<p><code>sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak</code></p>
<p>This makes a copy of the file we&#8217;re going to modify, in case we need to restore it later.</p>
</li>
<li>Then:
<p><code>sudo nano /etc/apt/sources.list</code></p>
<p>You can use nano, or your text editor of choice. For example, if you preferred gedit, you&#8217;d enter:</p>
<p><code>gksudo gedit /etc/apt/sources.list</code></p>
</li>
<li>Now, find the lines that look like these below, and remove the &#8221; <strong>#</strong> &#8221; that appears in front of them.
<ul>
<li><code>deb http://us.archive.ubuntu.com/ubuntu/ hardy universe</code></li>
<li><code>deb-src http://us.archive.ubuntu.com/ubuntu/ hardy universe</code></li>
<li><code>deb http://us.archive.ubuntu.com/ubuntu/ hardy-updates universe</code></li>
<li><code>deb-src http://us.archive.ubuntu.com/ubuntu/ hardy-updates universe</code></li>
<li><code>deb http://us.archive.ubuntu.com/ubuntu/ hardy multiverse</code></li>
<li><code>deb-src http://us.archive.ubuntu.com/ubuntu/ hardy multiverse</code></li>
<li><code>deb http://us.archive.ubuntu.com/ubuntu/ hardy-updates multiverse</code></li>
<li><code>deb-src http://us.archive.ubuntu.com/ubuntu/ hardy-updates multiverse</code></li>
</ul>
</li>
<li>Save the file and exit.
</li>
<li>Update with the new repository(s):
<p><code>sudo apt-get update</code></p>
</li>
</ol>
<p>Now you can install software from the Universe &#038; Multiverse repositories. This software should appear in <strong>Add/Remove</strong> when you tell it to show you <strong>All available applications</strong>. <em>Click the picture to enlarge</em>.</p>
<p><a href="http://howto-ubuntu.net/wp-content/uploads/2010/01/addremove.jpeg"><img src="http://howto-ubuntu.net/wp-content/uploads/2010/01/addremove.jpeg" alt="" title="addremove" width="373" height="427" class="aligncenter size-full wp-image-567" /></a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhowto-ubuntu.net%2Fhow-to-enable-the-universe-multiverse-repositories-from-command-line%2F&amp;linkname=How%20to%20enable%20the%20Universe%20%26%23038%3B%20Multiverse%20repositories%20from%20the%20command%20line"><img src="http://howto-ubuntu.net/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://howto-ubuntu.net/how-to-enable-the-universe-multiverse-repositories-from-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
