<?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 uninstall / remove Ruby Gems (on Ubuntu)?</title>
	<atom:link href="http://mohamedaslam.com/how-to-uninstall-remove-ruby-gems/feed/" rel="self" type="application/rss+xml" />
	<link>http://mohamedaslam.com/how-to-uninstall-remove-ruby-gems/</link>
	<description>Freelance Web Developer, Rubyist, Visual Designer and Blogger based on Kandy, Sri Lanka.</description>
	<lastBuildDate>Fri, 05 Mar 2010 17:13:21 +0530</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aslam</title>
		<link>http://mohamedaslam.com/how-to-uninstall-remove-ruby-gems/comment-page-1/#comment-255</link>
		<dc:creator>Aslam</dc:creator>
		<pubDate>Sat, 09 Jan 2010 12:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://mohamedaslam.com/?p=187#comment-255</guid>
		<description>Open the terminal and type 
&lt;code&gt;sudo apt-get uninstall ruby&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Open the terminal and type</p>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">sudo apt-get uninstall ruby</div></td></tr></tbody></table></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: pooja</title>
		<link>http://mohamedaslam.com/how-to-uninstall-remove-ruby-gems/comment-page-1/#comment-253</link>
		<dc:creator>pooja</dc:creator>
		<pubDate>Fri, 08 Jan 2010 12:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://mohamedaslam.com/?p=187#comment-253</guid>
		<description>how to uninstall ruby 1.8 from ubuntu</description>
		<content:encoded><![CDATA[<p>how to uninstall ruby 1.8 from ubuntu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Gilman</title>
		<link>http://mohamedaslam.com/how-to-uninstall-remove-ruby-gems/comment-page-1/#comment-228</link>
		<dc:creator>Sam Gilman</dc:creator>
		<pubDate>Sun, 06 Dec 2009 16:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://mohamedaslam.com/?p=187#comment-228</guid>
		<description>Thanks, got those removed.</description>
		<content:encoded><![CDATA[<p>Thanks, got those removed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chandima</title>
		<link>http://mohamedaslam.com/how-to-uninstall-remove-ruby-gems/comment-page-1/#comment-195</link>
		<dc:creator>chandima</dc:creator>
		<pubDate>Mon, 07 Sep 2009 09:57:01 +0000</pubDate>
		<guid isPermaLink="false">http://mohamedaslam.com/?p=187#comment-195</guid>
		<description>very good thing...i learned lot friom your posts.....all the best...</description>
		<content:encoded><![CDATA[<p>very good thing&#8230;i learned lot friom your posts&#8230;..all the best&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aslam</title>
		<link>http://mohamedaslam.com/how-to-uninstall-remove-ruby-gems/comment-page-1/#comment-159</link>
		<dc:creator>Aslam</dc:creator>
		<pubDate>Wed, 22 Jul 2009 17:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://mohamedaslam.com/?p=187#comment-159</guid>
		<description>Thank you very much for your feedback Gaveen! :D

Yeah! If can, please comment the exact steps. Waiting to read that!</description>
		<content:encoded><![CDATA[<p>Thank you very much for your feedback Gaveen! <img src='http://mohamedaslam.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Yeah! If can, please comment the exact steps. Waiting to read that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaveen</title>
		<link>http://mohamedaslam.com/how-to-uninstall-remove-ruby-gems/comment-page-1/#comment-157</link>
		<dc:creator>Gaveen</dc:creator>
		<pubDate>Wed, 22 Jul 2009 14:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://mohamedaslam.com/?p=187#comment-157</guid>
		<description>Another good one, Aslam. :)

A little addition here. If you wish to get rid of all the gems (or the complete Ruby installation), it is best to uninstall all the installed gems first. This is because some gems place executables outside the Ruby installation (Eg: directories within $PATH). So if you just delete the Ruby installation, these files become stale and might cause problems in future.

You can find more information about your RubyGems environment by the command:
$ gem env

There we couple of more things in the case you are completely wiping a Ruby installation (Eg: to setup a new one). Unfortunately I cannot remember those. If I run into then again, I&#039;ll comment here.

Keep it up. :)</description>
		<content:encoded><![CDATA[<p>Another good one, Aslam. <img src='http://mohamedaslam.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>A little addition here. If you wish to get rid of all the gems (or the complete Ruby installation), it is best to uninstall all the installed gems first. This is because some gems place executables outside the Ruby installation (Eg: directories within $PATH). So if you just delete the Ruby installation, these files become stale and might cause problems in future.</p>
<p>You can find more information about your RubyGems environment by the command:<br />
$ gem env</p>
<p>There we couple of more things in the case you are completely wiping a Ruby installation (Eg: to setup a new one). Unfortunately I cannot remember those. If I run into then again, I&#8217;ll comment here.</p>
<p>Keep it up. <img src='http://mohamedaslam.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
