Install ClamAV on CentOS : Easy Steps

Install ClamAV on CentOS
ClamAV is an open-source antivirus engine designed for detecting malicious threats. This article will help you to install ClamAV on the CentOS server.

ClamAV is an open-source (GPL) antivirus engine designed for detecting Trojans, viruses, malware, and other malicious threats. It is the de-facto standard for mail gateway scanning. It provides a high-performance multi-threaded scanning daemon, command-line utilities for on-demand file scanning, and an intelligent tool for automatic signature updates.

Follow the below steps to install ClamAV on CentOS.

( Not CentOS? Here are the steps to install ClamAV on Ubuntu and Debian )

Install the Atomic repository in your system.

wget -q -O - http://www.atomicorp.com/installers/atomic | sh

 

Install ClamAV using yum.

yum install clamd

 

It will install clamd, clamav, and clamav-db in your system. Run the below command to update the virus definitions.

freshclam

 

Start the ClamAV.

/etc/init.d/clamd start

 

Now open a new screen session and scan the whole system by running the below command.

clamscan -ril /opt/clamscan.log /

 

( Please note that this will take hours to complete depending on the disk usage in your system, which is why we are running it in a screen session. )

You can detach and enter to screen session any time and check the status frequently.

You will get the scan result at the end, and the command will only list the infected files. You can find the files in “/opt/clamscan.log”. ( grep the word FOUND ) You may either manually remove or correct these files or else run the below command that will permanently remove all infected files in your system ( Make sure to run in a screen session )

clamscan -ril /opt/clamscan.log --remove /

 

That’s it!! You have removed the virus and malicious codes from your system.

So that’s how you install ClamAV on CentOS.

Share this post

Services to Explore

Stay up to date!

Stay up to date with the Web Hosting, Cloud and Server Management Industry News and Tutorials!

We will send you only the relevant emails, and we respect your privacy. Please review our privacy policy for more info.

Linux Management Services

Focus on your business, and let us take care of your Linux Servers!
From what you are reading, it seems you are interested in Linux and related technologies. If you have a moment to spare, please take a look at our Linux Management Services plan, which might interest you even more!
Linux Management Plan

Value-Added Services

We have services that can help you run a successful business. With us, you don't have to worry about these areas because our experts will take care of it for you.

ServerHealers uses cookies.