clamav install code example
Example: clamav install
# Answer for clamav install ubuntu 20.04
Installing
ClamAV can be found for Ubuntu in the apt repository. Run this command to install ClamAV:
apt-get install clamav
If you need clamd, you may also want to run:
apt-get install clamav-daemon
If you require support for scanning compressed RAR files you first need to enable the non-free archive, and then you can install the RAR-plugin using:
apt-get install libclamunrar6