<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ed Hewitt &#187; speed up ubuntu</title>
	<atom:link href="http://www.edhewitt.co.uk/tag/speed-up-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edhewitt.co.uk</link>
	<description>Yet another Tech &#38; Gaming Blog!</description>
	<lastBuildDate>Fri, 23 Jul 2010 07:01:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Clean up Ubuntu!</title>
		<link>http://www.edhewitt.co.uk/2010/02/06/clean-up-ubuntu/</link>
		<comments>http://www.edhewitt.co.uk/2010/02/06/clean-up-ubuntu/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 12:33:50 +0000</pubDate>
		<dc:creator>Ed Hewitt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[clean up ubuntu]]></category>
		<category><![CDATA[speed up ubuntu]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.edhewitt.co.uk/?p=108</guid>
		<description><![CDATA[As you all may know, I love tweaking and clean up my computers. I have already told you about a tool for Ubuntu, Bleachbit, which removes old files. Now its time to remove unnecessary packages from Ubuntu. First, install two packages; localepurge and deborphan, both can be found in the Ubuntu repos. Now we are [...]]]></description>
			<content:encoded><![CDATA[<p>As you all may know, I love tweaking and clean up my computers. I have already told you about a tool for Ubuntu, <a href="http://www.edhewitt.co.uk/2009/12/08/bleachbit-clear-out-the-junk-from-linux/">Bleachbit</a>, which removes old files. Now its time to remove unnecessary packages from Ubuntu.</p>
<p>First, install two packages; localepurge and deborphan, both can be found in the Ubuntu repos.</p>
<p>Now we are ready to begin!</p>
<p><span style="text-decoration: underline;">Getting rid of Residual Config packages</span></p>
<p>In Synaptic, on the far left hand side, you may see a category called "Residual config". Click on it, remove all the packages in that section. These are all the old packages which you had installed, which have left parts of the old package behind, this will now clean it up.</p>
<p><span style="text-decoration: underline;">Getting rid of partial packages</span></p>
<p>In the terminal type:</p>
<p dir="ltr">sudo apt-get autoclean</p>
<p dir="ltr">This will remove partially completed packages, which I not needed.</p>
<p dir="ltr"><span style="text-decoration: underline;">Getting rid of unnecessary locale data</span></p>
<p>You have justed installed localepurge, this will run everytime you install or remove packages from Ubuntu. It will make sure there are no unused locale files or man pages left on your computer after the package was removed. You dont need to worry about this tool, it will work all by itself.</p>
<p><span style="text-decoration: underline;">Getting rid of orphaned packages</span></p>
<p>In the terminal run this command:</p>
<p dir="ltr">sudo deborphan | xargs sudo apt-get -y remove --purge</p>
<p>When you remove an application from your computer, it may leave behind alot of unnecessary libs and other tools for that application to run. These are not needed now, this command will make sure there are no unused packages.</p>
<p>Thats it! Your computer should have more space free now! A more cleaner and slim-lined computer. Make sure you run these commands every so often, so your computer is always clean!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.edhewitt.co.uk/2010/02/06/clean-up-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
