clamav-config

Antivirus scanner

Debian Debian
RUN apt-get update && \ apt-get install -y libclamav-dev
Ubuntu
RUN apt-get update && \ apt-get install -y libclamav-dev
Alpine
RUN apk add clamav
Arch Arch Linux
RUN pacman -S --noconfirm clamav
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y libclamav-dev
Fedora
RUN dnf install -y clamav-devel
Raspbian
RUN apt-get update && \ apt-get install -y libclamav-dev
click the source code to copy install clamav-config on any operating system with command-not-found.com