Install clamav on Ubuntu
Written by Yujin Boby
Edit in WordPressclamav is a free open source antivirus. To install clamav on Ubuntu/Debian, run
apt install clamav -y
To update ClamAV virus definitions, run
freshclam
To scan a folder for virus/malware, see Scan a folder with clamscan
