User Tools

Site Tools


linux:anti-virus:clamav:install_clamav

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux:anti-virus:clamav:install_clamav [2023/07/17 19:09] – created peterlinux:anti-virus:clamav:install_clamav [2023/07/17 19:13] (current) peter
Line 1: Line 1:
 ====== Linux - Anti-Virus - ClamAV - Install ClamAV ====== ====== Linux - Anti-Virus - ClamAV - Install ClamAV ======
 +
 +<code bash>
 +sudo apt install clamav         # On Debian, Ubuntu and Mint.
 +sudo yum install clamav         # On RHEL/CentOS/Fedora/Rocky/AlmaLinux.
 +sudo emerge -a sys-apps/clamav  # On Gentoo Linux.
 +sudo apk add clamav             # On Alpine Linux.
 +sudo pacman -S clamav           # On Arch Linux.
 +sudo zypper install clamav      # On OpenSUSE.
 +</code>
 +
 +----
  
linux/anti-virus/clamav/install_clamav.1689620982.txt.gz · Last modified: 2023/07/17 19:09 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki