ClamAv Outdated on Ubuntu Dapper

Lately I noticed that my ClamAv installation is having some issues. Observe:

# freshclam
ClamAV update process started at Fri Feb 16 16:14:54 2007
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.88.2 Recommended version: 0.90
DON'T PANIC! Read http://www.clamav.net/faq.html
main.cvd is up to date (version: 42, sigs: 83951, f-level: 10, builder: tkojm)
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Current functionality level = 8, recommended = 10
DON'T PANIC! Read http://www.clamav.net/faq.html
daily.cvd is up to date (version: 2582, sigs: 7948, f-level: 13, builder: sven)
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Current functionality level = 8, recommended = 13
DON'T PANIC! Read http://www.clamav.net/faq.html

However, when I try to update it, apt tells me that I’m all up to date:

# apt-get install clamav
Reading package lists... Done
Building dependency tree... Done
clamav is already the newest version.

Go figure eh? Apparently the newest ClamAv version is not in the Dapper repositories, and it doesn’t seem like anyone is working on packaging it for us either. I tried using the version from Debian repositories but it would not install because of dependency issues.

I guess I could try to compile it from source, but I just don’t feel like doing that right now.

I don’t really use ClamAv that extensively – i essentially just need it every once in a while to scan suspicious looking executables before I let them touch a windows machine. Any AV is good for that, as long as it works – and I’m not particularly attached to ClamAv. I just used it because it was in the repositories and could be installed easily.

If you read that message carefully, you will notice that it only refers to the actual ClamAv binaries. The virus definitions are still updated as normal so it should work. Unfortunately it doesn’t. My ClamAv did not detect a payload in a file that I know was carrying the Zlob trojan. I’m not sure if this is because my version is outdated, or if ClamAv just could not find it in general. In either case, I was not happy with it.

I decided to switch to BitDefender. You can download the linux version here. You want to grab the last package which is the most recent release in a deb format. Or you can just do:

wget http://download.bitdefender.com/unices/old/linux/free/bitde fender-console/en/BitDefender-Console-Antivirus-7.1-3.linux- gcc3x.i586.deb
dpkg -i BitDefender-Console-Antivirus-7.1-3.linux-gcc3x.i586.deb
bdc --update

It installed and updated without any issues on my machine, and works perfectly. It actually detected more infections that the ClamAv.

[tags]clamav, fresh clam, anti virus, virus, trojan, bitdefender, deb, ubuntu[/tags]

This entry was posted in Uncategorized. Bookmark the permalink.



4 Responses to ClamAv Outdated on Ubuntu Dapper

  1. STop DENMARK Mozilla Firefox Ubuntu Linux says:

    Same thing here on Edgy (except it has v0.88.4)… Latest Clamav version is 0.90, which was released a couple of days ago only (the 14th). So, there’s no rush…

    Reading the other post, I gave Avast a try. And guess what? It found a windows-virus lurking in my IE6 cache! (IE4linux, running under Wine). IE is probably the greatest piece of crap… after Norton, that is!

    Reply  |  Quote
  2. Luke UNITED STATES Mozilla Firefox Windows says:

    Wow! So even on Linux IE is fucking up. LOL!

    Actually, you could probably have found it in any browser cache, unless of course it used some IE specific trick to get itself downloaded.

    The only time I use IE these days is to see how my layout looks in it, and accessing my company’s time tracking website which is an IE only piece of shit.

    Reply  |  Quote
  3. Luke UNITED STATES Mozilla Firefox Ubuntu Linux says:

    Awesome! I will give it a try and let you know. :)

    Reply  |  Quote

Leave a Reply

Your email address will not be published. Required fields are marked *