How do I use ClamAV to scan the entire computer? Im on Ubuntu 16.
Asked
Active
Viewed 1.5k times
2 Answers
2
sudo clamscan -r /
you should probably sudo freshclam to update your signatures before you scan, if you haven't already done so.
Read the man pages man clamscan for other options and examples...
WU-TANG
- 3,316
0
Install clamtk. It's a GUI for clamav.
sudo apt update
sudo apt install clamtk
Start clamtk. Initiate your scan from there.
If you can't install clamtk using my instructions above, then go to https://gitlab.com/dave_m/clamtk/-/wikis/Home or (for direct download) https://bitbucket.org/davem_/clamtk-gtk3/downloads/clamtk_6.06-1_all.deb and download the installer there. Install it. Start clamtk.
heynnema
- 73,649