Difference between revisions of "ClamAV"
Update instructions in-line with current version
imported>FadeMind m (update clamtk homepage url) |
imported>Dalto (Update instructions in-line with current version) |
||
Line 22: | Line 22: | ||
= Setup ClamAV = | = Setup ClamAV = | ||
Edit the contents of the configuration files to suit your preferences: | |||
* ''/etc/clamav/clamd.conf'' | |||
* ''/etc/clamav/freshclam.conf'' | |||
* | |||
* | |||
First update database: | First update database: | ||
sudo freshclam | sudo freshclam | ||
You may get a notification that clamd was not notified. This is normal because we haven't started the service yet. | |||
sudo systemctl enable | Start and enable service: | ||
sudo systemctl enable --now clamav-daemon | |||
sudo systemctl | sudo systemctl enable --now clamav-freshclam | ||
Check status daemons: | Check status daemons: | ||
sudo systemctl status | sudo systemctl status clamav-daemon && sudo systemctl status clamav-freshclam | ||
Check database version: | Check database version: |