How to Uninstall ClamAV on a cPanel Server

If you are looking to remove ClamAV from your cPanel server, you can easily do so using the command line. Follow the steps below to uninstall ClamAV:

Step 1: Log in to your cPanel server via SSH using your root login credentials.

Step 2: Once you are logged in, run the following command to remove ClamAV:

yum remove cpanel-clamav -y

This command will uninstall ClamAV and any related packages from your system.

Step 3: After the command completes, verify that ClamAV is no longer installed on your server by running the following command:

which clamscan

If ClamAV is successfully removed, this command will return an empty output.

Congratulations, you have successfully uninstalled ClamAV from your cPanel server.

  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

Domain names are not showing in WHM

We were unable to see any domains listed under WHM -> List Accounts. However, we can see the...

How to Start/Stop or Restart Apache server

Apache is the HTTP server that is freely available over the internet. It is a kind of software or...

How to install Attracta SEO Tools plugin

RequirementscPanel/WHM needs to be installed on your server. Step 1: SSH into your server and go...

How to Install CpCleaner in cPanel through SSH?

Installation Run the following shell commands as root via SSH: wget -O cpc-1.0.3.tar...

How to Secure a cPanel/WHM Web Server

Here are a few basic steps that you should keep in mind for keeping a server secure. 1) Strong...