Step 1: Update System
sudo apt update && sudo apt upgrade -yStep 2: Install ClamAV
sudo apt install clamav clamav-daemon -yStep 3: Update Virus Definitions
sudo systemctl stop clamav-freshclam
sudo freshclam
sudo systemctl start clamav-freshclamStep 4: Verify Installation
clamscan --version