<?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>NiceCabbage Blog &#187; ubuntu</title>
	<atom:link href="http://www.nicecabbage.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nicecabbage.com</link>
	<description>Life, Design, Web Application</description>
	<lastBuildDate>Mon, 07 Jun 2010 02:03:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>installing phpmyadmin (or other linux-world softwares) to Ubuntu 9.10 server</title>
		<link>http://www.nicecabbage.com/2010/02/installing-phpmyadmin-or-other-linux-world-softwares-to-ubuntu-9-10-server/</link>
		<comments>http://www.nicecabbage.com/2010/02/installing-phpmyadmin-or-other-linux-world-softwares-to-ubuntu-9-10-server/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 12:57:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[TechTips]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.nicecabbage.com/?p=204</guid>
		<description><![CDATA[Problem
You want to install open-source softwares like phpmyadmin to your ubuntu 9.10, but you got errors.

E: Couldn't find package phpmyadmin.

Solution
Add universe components to your sources.list

deb http://archive.ubuntu.com/ubuntu karmic main universe multiverse restricted
deb-src http://archive.ubuntu.com/ubuntu karmic main universe multiverse restricted
&#160;
deb http://archive.ubuntu.com/ubuntu karmic-updates main universe multiverse restricted
deb-src http://archive.ubuntu.com/ubuntu karmic-updates main universe multiverse restricted
&#160;
deb http://archive.ubuntu.com/ubuntu karmic-security main universe multiverse restricted
deb-src [...]]]></description>
			<content:encoded><![CDATA[<h2>Problem</h2>
<p>You want to install open-source softwares like phpmyadmin to your ubuntu 9.10, but you got errors.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">E: Couldn<span style="color: #ff0000;">'t find package phpmyadmin.</span></pre></div></div>

<h2>Solution</h2>
<p>Add universe components to your sources.list</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">deb http://archive.ubuntu.com/ubuntu karmic main universe multiverse restricted
deb-src http://archive.ubuntu.com/ubuntu karmic main universe multiverse restricted
&nbsp;
deb http://archive.ubuntu.com/ubuntu karmic-updates main universe multiverse restricted
deb-src http://archive.ubuntu.com/ubuntu karmic-updates main universe multiverse restricted
&nbsp;
deb http://archive.ubuntu.com/ubuntu karmic-security main universe multiverse restricted
deb-src http://archive.ubuntu.com/ubuntu karmic-security main universe multiverse restricted</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.nicecabbage.com/2010/02/installing-phpmyadmin-or-other-linux-world-softwares-to-ubuntu-9-10-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
