clamdscan

A command-line virus scanner using the ClamAV Daemon. More information: <https://docs.clamav.net/manual/Usage/Scanning.html#clamdscan>.

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