Submitted by Lucian on Tue, 05/12/2020 - 05:39
Hi,
Hit this error in the $subject when going through the wizard and enabling Clamav on CentOS8 (also in Centos7).
Doing this in the shell fixes the problem:
yum -y install clamav-data.noarch
systemctl enable --now clamd@scan
PS: make sure you have enough RAM and/or add SWAP or else Clamav will fail to start.
Status:
Closed (fixed)
Comments
Submitted by Lucian on Tue, 05/12/2020 - 05:41 Comment #1
Hi,
Thanks for your feedback. For your information, this is what dnf info clamav-data returns:
You could simply run freshclam instead, which you need to run anyway on regular basis (that is actually should be run automatically by a cron job).
Submitted by Lucian on Tue, 05/19/2020 - 16:12 Comment #3
Yes, indeed, freshclam would work even better.