Is there a virus scanner for scanning Windows files?

I use Ubuntu as a file server, is there a virus scanner on Ubuntu for scanning Windows files? Since most of the files are saved on the server, this would greatly help minimize the spread of viruses.


Solution 1:

  • You can use clamav Install clamav
  • If you want a GUI front end then you should install clamtk Install clamtk as well
  • More information about antivirus can be found here in the Ubuntu help wiki.

Solution 2:

Yes of course. Ubuntu comes with ClamAV in the packages:

ClamAV (sudo apt-get install clamav) which will install as a service and you can tell it where to check, you can use it joined with sendmail, etc..

If you want to have it in the gui you can also use it there and including with nautilus with nautilus-clamscan (sudo apt-get install nautilus-clamscan)

Or look for it in the Software Center or with Synaptic.