<?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: How to completely remove an application with apt, aptitude, Synaptic</title>
	<atom:link href="http://www.mygnulinux.com/?feed=rss2&#038;p=43" rel="self" type="application/rss+xml" />
	<link>http://www.mygnulinux.com/?p=43</link>
	<description>A blog about Free Software</description>
	<lastBuildDate>Wed, 25 Aug 2010 22:52:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: tetris4</title>
		<link>http://www.mygnulinux.com/?p=43&#038;cpage=1#comment-5073</link>
		<dc:creator>tetris4</dc:creator>
		<pubDate>Sat, 27 Feb 2010 02:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.mygnulinux.com/?p=43#comment-5073</guid>
		<description>Since am an Arch user now, this is what I type in the terminal to achieve this:

sudo pacman -Rns nameofthepackage

which will &quot;Remove the specified package(s), its configuration(s) and unneeded dependencies&quot;</description>
		<content:encoded><![CDATA[<p>Since am an Arch user now, this is what I type in the terminal to achieve this:</p>
<p>sudo pacman -Rns nameofthepackage</p>
<p>which will &#8220;Remove the specified package(s), its configuration(s) and unneeded dependencies&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hal</title>
		<link>http://www.mygnulinux.com/?p=43&#038;cpage=1#comment-2952</link>
		<dc:creator>Hal</dc:creator>
		<pubDate>Wed, 22 Jul 2009 07:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.mygnulinux.com/?p=43#comment-2952</guid>
		<description>After removing a package with synaptic, i just launch &quot;sudo gtkorphan&quot; to get rid of the useless dependencies, gtkorphan has a nice user friendly interface .. I recommend it</description>
		<content:encoded><![CDATA[<p>After removing a package with synaptic, i just launch &#8220;sudo gtkorphan&#8221; to get rid of the useless dependencies, gtkorphan has a nice user friendly interface .. I recommend it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Azerrthoth</title>
		<link>http://www.mygnulinux.com/?p=43&#038;cpage=1#comment-2942</link>
		<dc:creator>Azerrthoth</dc:creator>
		<pubDate>Tue, 21 Jul 2009 11:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mygnulinux.com/?p=43#comment-2942</guid>
		<description>arrg, your blog is removing doubled - signs</description>
		<content:encoded><![CDATA[<p>arrg, your blog is removing doubled &#8211; signs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Azerrthoth</title>
		<link>http://www.mygnulinux.com/?p=43&#038;cpage=1#comment-2941</link>
		<dc:creator>Azerrthoth</dc:creator>
		<pubDate>Tue, 21 Jul 2009 11:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mygnulinux.com/?p=43#comment-2941</guid>
		<description>oops last should have been

#emerge --depclean</description>
		<content:encoded><![CDATA[<p>oops last should have been</p>
<p>#emerge &#8211;depclean</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Azerrthoth</title>
		<link>http://www.mygnulinux.com/?p=43&#038;cpage=1#comment-2940</link>
		<dc:creator>Azerrthoth</dc:creator>
		<pubDate>Tue, 21 Jul 2009 11:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.mygnulinux.com/?p=43#comment-2940</guid>
		<description>Gentoo:

# emerge -C $package
-- This removes the package

# emerge -uDNatv world 
-- This ensures all your packages and dependancies are up to date, equiv to apt-get upgrade

# emerge --depclean
-- This removes any unused dependencies that remain on your system</description>
		<content:encoded><![CDATA[<p>Gentoo:</p>
<p># emerge -C $package<br />
&#8211; This removes the package</p>
<p># emerge -uDNatv world<br />
&#8211; This ensures all your packages and dependancies are up to date, equiv to apt-get upgrade</p>
<p># emerge &#8211;depclean<br />
&#8211; This removes any unused dependencies that remain on your system</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tetris4</title>
		<link>http://www.mygnulinux.com/?p=43&#038;cpage=1#comment-2936</link>
		<dc:creator>tetris4</dc:creator>
		<pubDate>Tue, 21 Jul 2009 09:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mygnulinux.com/?p=43#comment-2936</guid>
		<description>@ kart0ns: Thnx for the risk note. Its g00d to have that in mind.

@ emanuele: Could you suggest ways to do it on other systems? or other Package Managers? I would be obliged..

@ Magic Banana: Well, did u read the post? I actually did use aptitude =p</description>
		<content:encoded><![CDATA[<p>@ kart0ns: Thnx for the risk note. Its g00d to have that in mind.</p>
<p>@ emanuele: Could you suggest ways to do it on other systems? or other Package Managers? I would be obliged..</p>
<p>@ Magic Banana: Well, did u read the post? I actually did use aptitude =p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magic Banana</title>
		<link>http://www.mygnulinux.com/?p=43&#038;cpage=1#comment-2935</link>
		<dc:creator>Magic Banana</dc:creator>
		<pubDate>Tue, 21 Jul 2009 08:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.mygnulinux.com/?p=43#comment-2935</guid>
		<description>Or you can use aptitude...</description>
		<content:encoded><![CDATA[<p>Or you can use aptitude&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emanuele</title>
		<link>http://www.mygnulinux.com/?p=43&#038;cpage=1#comment-2933</link>
		<dc:creator>emanuele</dc:creator>
		<pubDate>Tue, 21 Jul 2009 08:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.mygnulinux.com/?p=43#comment-2933</guid>
		<description>Actually this is the way to remove sw only on a Debian-Ubuntu system</description>
		<content:encoded><![CDATA[<p>Actually this is the way to remove sw only on a Debian-Ubuntu system</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kart0ns</title>
		<link>http://www.mygnulinux.com/?p=43&#038;cpage=1#comment-2932</link>
		<dc:creator>kart0ns</dc:creator>
		<pubDate>Tue, 21 Jul 2009 07:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mygnulinux.com/?p=43#comment-2932</guid>
		<description>apt-get autoremove is risky if you have more than one desktop (XFCE, GNOME etc). It deinstalls both desktops. At least I got my Desktops and apps gone from all directories and so on.</description>
		<content:encoded><![CDATA[<p>apt-get autoremove is risky if you have more than one desktop (XFCE, GNOME etc). It deinstalls both desktops. At least I got my Desktops and apps gone from all directories and so on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: archuser</title>
		<link>http://www.mygnulinux.com/?p=43&#038;cpage=1#comment-2931</link>
		<dc:creator>archuser</dc:creator>
		<pubDate>Tue, 21 Jul 2009 06:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.mygnulinux.com/?p=43#comment-2931</guid>
		<description>&quot;How to completely remove an application in GNU/Linux&quot;?

Use Arch Linux and Pacman. :-)</description>
		<content:encoded><![CDATA[<p>&#8220;How to completely remove an application in GNU/Linux&#8221;?</p>
<p>Use Arch Linux and Pacman. <img src='http://www.mygnulinux.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
