<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Removing apt repository in ubuntu karmic koala</title>
	<atom:link href="http://www.kelpdesign.com/tech-talk/remove-apt-repository-in-karmic/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kelpdesign.com/tech-talk/remove-apt-repository-in-karmic/</link>
	<description>We build easy to manage websites.</description>
	<lastBuildDate>Wed, 01 Jun 2011 09:11:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: InjecTioN</title>
		<link>http://www.kelpdesign.com/tech-talk/remove-apt-repository-in-karmic/comment-page-1/#comment-909</link>
		<dc:creator>InjecTioN</dc:creator>
		<pubDate>Wed, 01 Jun 2011 09:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelpdesign.com/?p=762#comment-909</guid>
		<description>Could the writer of this article update the article with contents of the last reply from Oval?

In Ubuntu 11.04 natty the &quot;#sudo remove-apt-repository gmpc-trunk/mpd-trunk&quot; doesn&#039;t work anymore. It has been changed into:

#sudo add-apt-repository --remove ppa:gmpc-trunk/mpd-trunk&quot; (&quot;--remove&quot; can be replaced by &quot;-r&quot;)


Spread the word... It might help the community!</description>
		<content:encoded><![CDATA[<p>Could the writer of this article update the article with contents of the last reply from Oval?</p>
<p>In Ubuntu 11.04 natty the &#8220;#sudo remove-apt-repository gmpc-trunk/mpd-trunk&#8221; doesn&#8217;t work anymore. It has been changed into:</p>
<p>#sudo add-apt-repository &#8211;remove ppa:gmpc-trunk/mpd-trunk&#8221; (&#8220;&#8211;remove&#8221; can be replaced by &#8220;-r&#8221;)</p>
<p>Spread the word&#8230; It might help the community!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oval</title>
		<link>http://www.kelpdesign.com/tech-talk/remove-apt-repository-in-karmic/comment-page-1/#comment-797</link>
		<dc:creator>Oval</dc:creator>
		<pubDate>Sat, 02 Apr 2011 13:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelpdesign.com/?p=762#comment-797</guid>
		<description>I have no idea if this simply wasn&#039;t implemented in previous versions of Ubuntu (the article is written for 9.10), but as of 10.10, the supported syntax is shown below.

to add a repository (copied from article, still correct):
sudo add-apt-repository ppa:gmpc-trunk/mpd-trunk
sudo apt-get update

to remove the repository, simply add the &quot;--remove&quot; (or &quot;-r&quot;) option:
sudo add-apt-repository --remove ppa:gmpc-trunk/mpd-trunk</description>
		<content:encoded><![CDATA[<p>I have no idea if this simply wasn&#8217;t implemented in previous versions of Ubuntu (the article is written for 9.10), but as of 10.10, the supported syntax is shown below.</p>
<p>to add a repository (copied from article, still correct):<br />
sudo add-apt-repository ppa:gmpc-trunk/mpd-trunk<br />
sudo apt-get update</p>
<p>to remove the repository, simply add the &#8220;&#8211;remove&#8221; (or &#8220;-r&#8221;) option:<br />
sudo add-apt-repository &#8211;remove ppa:gmpc-trunk/mpd-trunk</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srini</title>
		<link>http://www.kelpdesign.com/tech-talk/remove-apt-repository-in-karmic/comment-page-1/#comment-159</link>
		<dc:creator>Srini</dc:creator>
		<pubDate>Mon, 18 Jan 2010 20:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelpdesign.com/?p=762#comment-159</guid>
		<description>remove-apt-repository ubuntu-mozilla-daily/ppa
unsuccessful removing - ppa launchpad repository not present or wrong syntax</description>
		<content:encoded><![CDATA[<p>remove-apt-repository ubuntu-mozilla-daily/ppa<br />
unsuccessful removing &#8211; ppa launchpad repository not present or wrong syntax</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://www.kelpdesign.com/tech-talk/remove-apt-repository-in-karmic/comment-page-1/#comment-142</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Mon, 07 Dec 2009 22:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelpdesign.com/?p=762#comment-142</guid>
		<description>fixed. thanks!</description>
		<content:encoded><![CDATA[<p>fixed. thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ingalex</title>
		<link>http://www.kelpdesign.com/tech-talk/remove-apt-repository-in-karmic/comment-page-1/#comment-141</link>
		<dc:creator>ingalex</dc:creator>
		<pubDate>Mon, 07 Dec 2009 10:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelpdesign.com/?p=762#comment-141</guid>
		<description>Hello! I am the author of the script and the webmaster of the site www.sourceslist.eu. You should make a small correction to your article.
The correct syntax to remove the repository is &quot;sudo remove-apt-repository gmpc-trunk/mpd-trunk&quot; and not &quot;sudo remove-apt-repository ppa:gmpc-trunk/mpd-trunk.
However on my site are totally alone, every collaboration is always welcome. Bye Ingalex :-)</description>
		<content:encoded><![CDATA[<p>Hello! I am the author of the script and the webmaster of the site <a href="http://www.sourceslist.eu" rel="nofollow">http://www.sourceslist.eu</a>. You should make a small correction to your article.<br />
The correct syntax to remove the repository is &#8220;sudo remove-apt-repository gmpc-trunk/mpd-trunk&#8221; and not &#8220;sudo remove-apt-repository ppa:gmpc-trunk/mpd-trunk.<br />
However on my site are totally alone, every collaboration is always welcome. Bye Ingalex <img src='http://www.kelpdesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

