clamav
clamav 1.5.4
Antivirus engine designed for detecting Trojans, viruses, malware and other malicious threats
https://www.clamav.netGNU General Public License v2.0 only
programs: clamconf, clambc, clamav-config, clamdtop, clamonacc, clamdscan, clamav-milter, freshclam, clamd, sigtool, clamsubmit, clamscan
Platforms (45)
powerpc-linuxpowerpc64-linuxmipsel-netbsdarmv5tel-linuxx86_64-netbsdarmv7a-netbsdx86_64-solarissh4-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ clamav ];
Ad-hoc shell
nix-shell -p clamav
Flake (nix run)
nix run nixpkgs#clamav