Red Security

Full Version: ClamAV
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In The Name OF Allah
Al-Salam Alekum

Hi guys we came back with a new tutorial about Linux Antivirus.
One of the nicest AV for Linux is ClamAV, it's easy and strong.

Let's start installing it on Debian 9 :Smile

First of all update your system:


Code:
sudo apt-get update
sudo apt-get upgrade


Okay after update let's install clamav


Code:
sudo apt-get install clamav        #Terminal Version
sudo apt-get install clamtk         #GUI version


then Install the DB:

Code:
sudo freshclam


Let's scan using the terminal a dir for example our home dir.


Code:
clamscan -r /home


Or open the GUI Version execute `clamtk` Smile Big Grin


Wa Salam Alekum