The actual update process depends on your Linux distribution. For example, on Debian/Ubuntu:
Restart ClamAV service
The following commands assume that your Linux distribution uses "systemd", like Debian, Ubuntu or openSUSE (Cryptshare Appliances). Furthermore, it is assumed that the service is called "clamd" - in some distributions this is "clamav-daemon" instead.
First, check if the service is enabled. This keeps it started across system reboots:
- Connect to your server via SSH.
- Execute the following commands:
systemctl status clamd
This should result in an output like this:

- If the output shows a "disabled" status instead, issue the following command:
systemctl enable clamd
Next, restart the ClamAV deamon:
- Execute the following command:
systemctl restart clamd
(This may take some seconds) - If the command succeeded (no output), check the status of the service with:
systemctl status clamd
If the ClamAV service failed to start, check the following sections.