<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: linux code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Tue, 22 Jul 2008 19:51:55 GMT</pubDate>
    <description>DZone Snippets: linux code</description>
    <item>
      <title>Updating Rubygems and gems</title>
      <link>http://snippets.dzone.com/posts/show/3550</link>
      <description>// Update Rubygems to the latest version, and getting the latest gems, and then cleaning up.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;sudo gem update --system  # Update to latest Rubygems (if any)&lt;br /&gt;gem outdated  # Get list of outdated gems and update as necessary&lt;br /&gt;sudo gem install XXX --include-dependencies&lt;br /&gt;sudo gem clean  # Clean up outdated gems&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Tue, 20 Feb 2007 09:14:13 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/3550</guid>
      <author>chuyeow (Chu Yeow)</author>
    </item>
    <item>
      <title>Making applications installed from source uninstallable</title>
      <link>http://snippets.dzone.com/posts/show/3410</link>
      <description>&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;# Install checkinstall and auto-apt if they aren't already installed.&lt;br /&gt;sudo apt-get install checkinstall auto-apt&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;auto-apt run ./configure&lt;br /&gt;make&lt;br /&gt;sudo checkinstall # instead of "make install"&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Sun, 04 Feb 2007 16:24:29 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/3410</guid>
      <author>chuyeow (Chu Yeow)</author>
    </item>
  </channel>
</rss>
