I did download ClamAv datebase and I want to offline update the signature database, as far as I surfed I could not find a solution and also in ClamTK, ClamAVs GUI there is no option for the offline update, I am using the latest update of Ubuntu.
Thank you in advance for helping me.
Asked
Active
Viewed 1.0k times
2

R1W
- 123
-
Have you seen this? I've not tried it, but that looks about right. – KGIII Oct 06 '20 at 17:29
-
Is that not what freshclam and /etc/freshclam.conf is for? – WU-TANG Oct 06 '20 at 17:51
1 Answers
4
Download the file definitions from the ClamAV site:
wget http://db.local.clamav.net/main.cvd
wget http://db.local.clamav.net/daily.cvd
The two files are required
Copy these files into the ClamAV directory:
cd ~/Downloads
sudo mv daily.cvd main.cvd /var/lib/clamav
This will overwrite the old definition files

kyodake
- 15,401