<?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 remove Mono from Ubuntu 9.04 Jaunty Jackalope [Updated]</title>
	<atom:link href="http://www.theopensourcerer.com/2009/04/23/how-to-remove-mono-from-ubuntu-904-jaunty-jackalope/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theopensourcerer.com/2009/04/23/how-to-remove-mono-from-ubuntu-904-jaunty-jackalope/</link>
	<description>The Magic of Open Source</description>
	<lastBuildDate>Thu, 18 Mar 2010 11:17:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sjpn</title>
		<link>http://www.theopensourcerer.com/2009/04/23/how-to-remove-mono-from-ubuntu-904-jaunty-jackalope/comment-page-1/#comment-11375</link>
		<dc:creator>sjpn</dc:creator>
		<pubDate>Fri, 23 Oct 2009 11:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.theopensourcerer.com/?p=941#comment-11375</guid>
		<description>fyi, in karmic you need to also remove mono-runtime</description>
		<content:encoded><![CDATA[<p>fyi, in karmic you need to also remove mono-runtime</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DnS</title>
		<link>http://www.theopensourcerer.com/2009/04/23/how-to-remove-mono-from-ubuntu-904-jaunty-jackalope/comment-page-1/#comment-11329</link>
		<dc:creator>DnS</dc:creator>
		<pubDate>Mon, 19 Oct 2009 14:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.theopensourcerer.com/?p=941#comment-11329</guid>
		<description>Why remove Mono ?! I want BSOD on my Micro$NU/Linux box too ! :o</description>
		<content:encoded><![CDATA[<p>Why remove Mono ?! I want BSOD on my Micro$NU/Linux box too ! <img src='http://www.theopensourcerer.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: APEBOX.ORG - &#187; Blog Archive &#187; The Pledge</title>
		<link>http://www.theopensourcerer.com/2009/04/23/how-to-remove-mono-from-ubuntu-904-jaunty-jackalope/comment-page-1/#comment-10700</link>
		<dc:creator>APEBOX.ORG - &#187; Blog Archive &#187; The Pledge</dc:creator>
		<pubDate>Sun, 28 Jun 2009 02:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.theopensourcerer.com/?p=941#comment-10700</guid>
		<description>[...] I believe Free Software is about freedom &#8211; for both users and developers [10][11] [...]</description>
		<content:encoded><![CDATA[<p>[...] I believe Free Software is about freedom &#8211; for both users and developers [10][11] [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.theopensourcerer.com/2009/04/23/how-to-remove-mono-from-ubuntu-904-jaunty-jackalope/comment-page-1/#comment-10697</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Sat, 27 Jun 2009 07:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.theopensourcerer.com/?p=941#comment-10697</guid>
		<description>Apparently the mess left behind by mono when it is purged is a known bug:

https://bugs.launchpad.net/ubuntu/+source/mono/+bug/350715

There are no plans to fix this until karmic, so users will have to delete /usr/lib/mono manually if they want a completely clean system.</description>
		<content:encoded><![CDATA[<p>Apparently the mess left behind by mono when it is purged is a known bug:</p>
<p><a href="https://bugs.launchpad.net/ubuntu/+source/mono/+bug/350715" rel="nofollow">https://bugs.launchpad.net/ubuntu/+source/mono/+bug/350715</a></p>
<p>There are no plans to fix this until karmic, so users will have to delete /usr/lib/mono manually if they want a completely clean system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.theopensourcerer.com/2009/04/23/how-to-remove-mono-from-ubuntu-904-jaunty-jackalope/comment-page-1/#comment-10669</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Tue, 23 Jun 2009 17:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.theopensourcerer.com/?p=941#comment-10669</guid>
		<description>Thanks for providing an apt-get line to purge this junk from my system -- saves me some time.  Unfortunately, Jaunty systems that use this line are *still* infested with mono components!  There&#039;s still about 1.4MB of gack to clean up in /usr/lib/mono/gac (numerous directories full of mono DLLs).

I tried getting rid of it by purging &quot;cli-common&quot; using Synaptic (or by typing: sudo apt-get purge cli-common), since it is yet another mono package that isn&#039;t uninstalled using the apt-get line you provide.  However, the mess still remains.

Then, I used the apt-file utility (installed using Synaptic) to search for the package responsible for leaving these DLLs on the system.  For example, one of many such dlls in this directory tree is NDesk.DBus.dll.  Searching for it gives:

# apt-file search NDesk.DBus.dll
libndesk-dbus1.0-cil: /usr/lib/cli/ndesk-dbus-1.0/NDesk.DBus.dll
libndesk-dbus1.0-cil: /usr/lib/cli/ndesk-dbus-1.0/NDesk.DBus.dll.mdb

However libndesk-dbus1.0-cil is *supposed* to have been purged (according to synaptic).  It seems these mono packages are NOT actually purging all the files they create when they are uninstalled, instead leaving little messes behind.  This is the same sort of crap that MS-Windows installers/uninstallers are famous for, so I guess that&#039;s why they did it.

Anyway, bugs should probably be filed against all the mono packages that are not purging their files properly.  I welcome anyone who has time to investigate this matter further and file bugs against the packages responsible.

In the meantime, I&#039;ve decided to just delete the entire /usr/lib/mono/ directory (after tarring it up in a backup file), and hope this doesn&#039;t cause any unforeseen problems:

# cd /usr/lib
# tar czpf mono-gack.tar.gz mono/
# rm -rf /usr/lib/mono

I&#039;ll post again if things break.</description>
		<content:encoded><![CDATA[<p>Thanks for providing an apt-get line to purge this junk from my system &#8212; saves me some time.  Unfortunately, Jaunty systems that use this line are *still* infested with mono components!  There&#8217;s still about 1.4MB of gack to clean up in /usr/lib/mono/gac (numerous directories full of mono DLLs).</p>
<p>I tried getting rid of it by purging &#8220;cli-common&#8221; using Synaptic (or by typing: sudo apt-get purge cli-common), since it is yet another mono package that isn&#8217;t uninstalled using the apt-get line you provide.  However, the mess still remains.</p>
<p>Then, I used the apt-file utility (installed using Synaptic) to search for the package responsible for leaving these DLLs on the system.  For example, one of many such dlls in this directory tree is NDesk.DBus.dll.  Searching for it gives:</p>
<p># apt-file search NDesk.DBus.dll<br />
libndesk-dbus1.0-cil: /usr/lib/cli/ndesk-dbus-1.0/NDesk.DBus.dll<br />
libndesk-dbus1.0-cil: /usr/lib/cli/ndesk-dbus-1.0/NDesk.DBus.dll.mdb</p>
<p>However libndesk-dbus1.0-cil is *supposed* to have been purged (according to synaptic).  It seems these mono packages are NOT actually purging all the files they create when they are uninstalled, instead leaving little messes behind.  This is the same sort of crap that MS-Windows installers/uninstallers are famous for, so I guess that&#8217;s why they did it.</p>
<p>Anyway, bugs should probably be filed against all the mono packages that are not purging their files properly.  I welcome anyone who has time to investigate this matter further and file bugs against the packages responsible.</p>
<p>In the meantime, I&#8217;ve decided to just delete the entire /usr/lib/mono/ directory (after tarring it up in a backup file), and hope this doesn&#8217;t cause any unforeseen problems:</p>
<p># cd /usr/lib<br />
# tar czpf mono-gack.tar.gz mono/<br />
# rm -rf /usr/lib/mono</p>
<p>I&#8217;ll post again if things break.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jay</title>
		<link>http://www.theopensourcerer.com/2009/04/23/how-to-remove-mono-from-ubuntu-904-jaunty-jackalope/comment-page-1/#comment-10638</link>
		<dc:creator>jay</dc:creator>
		<pubDate>Sat, 20 Jun 2009 05:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.theopensourcerer.com/?p=941#comment-10638</guid>
		<description>thanks! again! it&#039;s like a ritual now when installing a new ubuntu - install - set it up the way i like it - google &quot;opensourcerer remove mono 9.04&quot; - feel better.</description>
		<content:encoded><![CDATA[<p>thanks! again! it&#8217;s like a ritual now when installing a new ubuntu &#8211; install &#8211; set it up the way i like it &#8211; google &#8220;opensourcerer remove mono 9.04&#8243; &#8211; feel better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne</title>
		<link>http://www.theopensourcerer.com/2009/04/23/how-to-remove-mono-from-ubuntu-904-jaunty-jackalope/comment-page-1/#comment-10622</link>
		<dc:creator>Wayne</dc:creator>
		<pubDate>Thu, 18 Jun 2009 00:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.theopensourcerer.com/?p=941#comment-10622</guid>
		<description>@Mark
Thanks for the hint. Looks and feels rather good!</description>
		<content:encoded><![CDATA[<p>@Mark<br />
Thanks for the hint. Looks and feels rather good!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DavidEF</title>
		<link>http://www.theopensourcerer.com/2009/04/23/how-to-remove-mono-from-ubuntu-904-jaunty-jackalope/comment-page-1/#comment-10500</link>
		<dc:creator>DavidEF</dc:creator>
		<pubDate>Tue, 09 Jun 2009 14:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.theopensourcerer.com/?p=941#comment-10500</guid>
		<description>Thanks for this. I didn&#039;t know Ubuntu used mono in its default install. I have run the apt-get purge command you gave, and it removed 65.3MB of stuff. That is a lot for just two &#039;simple&#039; applications that I don&#039;t even use.</description>
		<content:encoded><![CDATA[<p>Thanks for this. I didn&#8217;t know Ubuntu used mono in its default install. I have run the apt-get purge command you gave, and it removed 65.3MB of stuff. That is a lot for just two &#8217;simple&#8217; applications that I don&#8217;t even use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blog personal de Vicent Cubells &#187; Blog Archive &#187; Adéu Mono</title>
		<link>http://www.theopensourcerer.com/2009/04/23/how-to-remove-mono-from-ubuntu-904-jaunty-jackalope/comment-page-1/#comment-10491</link>
		<dc:creator>Blog personal de Vicent Cubells &#187; Blog Archive &#187; Adéu Mono</dc:creator>
		<pubDate>Sun, 07 Jun 2009 18:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.theopensourcerer.com/?p=941#comment-10491</guid>
		<description>[...] com per casualitat he trobat com llevar-me de davant la dependència que té el meu sistema de mono, he decidit tirar pel davant i purgar tot allò que [...]</description>
		<content:encoded><![CDATA[<p>[...] com per casualitat he trobat com llevar-me de davant la dependència que té el meu sistema de mono, he decidit tirar pel davant i purgar tot allò que [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Lord</title>
		<link>http://www.theopensourcerer.com/2009/04/23/how-to-remove-mono-from-ubuntu-904-jaunty-jackalope/comment-page-1/#comment-10471</link>
		<dc:creator>Alan Lord</dc:creator>
		<pubDate>Fri, 05 Jun 2009 07:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.theopensourcerer.com/?p=941#comment-10471</guid>
		<description>@Lupine,

Many thanks for that.

I will update the page and have also removed the infection from my PC already. There didn&#039;t appear to any further dependencies.</description>
		<content:encoded><![CDATA[<p>@Lupine,</p>
<p>Many thanks for that.</p>
<p>I will update the page and have also removed the infection from my PC already. There didn&#8217;t appear to any further dependencies.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
