How to install ClamAV antivirus from a source code?

 

 

Download the clamAV source from http://www.clamav.net.The latest version is 0.65.

# tar –xvzf clamav-0.65.tar.gz
# cd clamav-0.65
# groupadd clamav
# useradd clamav –g clamav –c “Clam Antivirus” –s /nonexistent
# ./configure
# make
# make install

         These steps will help you to install  ClamAV in your server.

  • 0 Usuários acharam útil
Esta resposta lhe foi útil?

Artigos Relacionados

How to generate an SSH key in linux?

        To generate an ssh key in linux you have to execute the command...

Steps to install BFD(Brute Force Detection). using source code

  BFD Brute Force Detection is a modular shell script for parsing applicable logs and...

How to backup a data base in linux through mysql command ?

       If you want to take the backup of a database, follow these steps...

How to restore a database through mysql command ?

           If you want to restore a database, you have to follow...

What are dns records?

       DNS records or zone files are used for mapping urls to an ip,...

Powered by WHMCompleteSolution