<?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>Nefaria.com &#187; Ubuntu</title>
	<atom:link href="http://nefaria.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://nefaria.com</link>
	<description>☠ ☠ ☠ ☠ ☠ ☠</description>
	<lastBuildDate>Fri, 03 Sep 2010 13:45:17 +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>How to upgrade ClamAV on Ubuntu (Intrepid)</title>
		<link>http://nefaria.com/2009/10/how-to-upgrade-clamav-on-ubuntu-intrepid/</link>
		<comments>http://nefaria.com/2009/10/how-to-upgrade-clamav-on-ubuntu-intrepid/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 14:22:48 +0000</pubDate>
		<dc:creator>musashi</dc:creator>
				<category><![CDATA[I.T.]]></category>
		<category><![CDATA[ClamAV]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://nefaria.com/?p=725</guid>
		<description><![CDATA[On October 5th, the Clam Antivirus team announced that ClamAV 0.94.x is now entering its end-of-life phase. What&#8217;s worse, versions of ClamAV earlier than 0.95 will no longer be able to receive CVD updates; basically rendering any older versions of ClamAV nearly worthless. This is all supposed to happen by April 2010&#8212;soon. You can read [...]]]></description>
			<content:encoded><![CDATA[<p>On October 5th, the Clam Antivirus team announced that ClamAV 0.94.x is now entering its end-of-life phase. What&#8217;s worse, versions of ClamAV earlier than 0.95 will no longer be able to receive CVD updates; basically rendering any older versions of ClamAV nearly worthless. This is all supposed to happen by April 2010&#8212;soon. You can read more about it <a href="http://www.clamav.net/2009/10/05/eol-clamav-094/">here</a>. </p>
<p>Good news though, the upgrade process on Ubuntu is pretty easy:</p>
<p>If you haven&#8217;t already done so, enable the &#8216;<a href="https://help.ubuntu.com/community/UbuntuBackports">backports</a>&#8216; repo by editing your /etc/apt/sources.list file and uncommenting (or, inserting) the following two lines:</p>
<div class='code_block'>
<pre>
deb http://us.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse
</pre>
</div>
<p>Then, resynchronize the package index files with the following command:</p>
<div class='code_block'>
<pre>
sudo apt-get update
</pre>
</div>
<p>Next, upgrade ClamAV:</p>
<div class='code_block'>
<pre>
sudo apt-get install clamav-daemon
</pre>
</div>
<p>This command will [sometimes] install apparmor as well; I don&#8217;t use apparmor so I uninstall it afterwards:</p>
<div class='code_block'>
<pre>
/etc/init.d/apparmor stop
update-rc.d -f apparmor remove
apt-get remove apparmor apparmor-utils
</pre>
</div>
<p>That&#8217;s all there is to it!</p>
<div class='code_block'>
<pre>
root@localhost:~# clamd -V
ClamAV 0.95.2/9874/Thu Oct  8 06:24:12 2009
</pre>
</div>
]]></content:encoded>
			<wfw:commentRss>http://nefaria.com/2009/10/how-to-upgrade-clamav-on-ubuntu-intrepid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
