[clamav-users] How to download and update main.cvd and daily.cvd manually AND update mirrors

Dennis Peterson dennispe at inetnw.com
Thu Dec 14 16:39:22 UTC 2017


you are downloading main.cvd twice. Change one of the wget commands to download 
daily.cvd.

Example:

wget database.clamav.net/main.cvd
sudo cp main.cvd /var/lib/clamav
wget database.clamav.net/daily.cvd
sudo cp daily.cvd /var/lib/clamav


dp

On 12/14/17 8:28 AM, George wrote:
> Dear All,
>
> I am still getting the message that my database is more than 7 days old. I
> successfully downloaded and updated main.cvd and daily.cvd manually, as
> follows:
>
> wget database.clamav.net/main.cvd
> sudo cp main.cvd /var/lib/clamav
> wget database.clamav.net/main.cvd
> sudo cp daily.cvd /var/lib/clamav
>




More information about the clamav-users mailing list