Red Security
Tutorial ClamAV - Printable Version

+- Red Security (https://redsecurity.info/cc)
+-- Forum: Computer (https://redsecurity.info/cc/forumdisplay.php?fid=10)
+--- Forum: Antivirus & Protection (https://redsecurity.info/cc/forumdisplay.php?fid=16)
+--- Thread: Tutorial ClamAV (/showthread.php?tid=349)



ClamAV - Mr.Kurd - 11-10-2017

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