Hostxpeed
Login Get Started →
Security

How to Install ClamAV Antivirus

4 min read
32 views
Jun 12, 2026

Step 1: Update System

sudo apt update && sudo apt upgrade -y

Step 2: Install ClamAV

sudo apt install clamav clamav-daemon -y

Step 3: Update Virus Definitions

sudo systemctl stop clamav-freshclam
sudo freshclam
sudo systemctl start clamav-freshclam

Step 4: Verify Installation

clamscan --version

Was this article helpful?