“Linux病毒查杀clamav”的版本间的差异
跳到导航
跳到搜索
(创建页面,内容为“=install= ==debian== sudo apt-get install clamav clamav-daemon clamtk #Graphical User Interface [https://www.poftut.com/how-to-install-and-use-clamav-antivi…”) |
(→debian) |
||
第6行: | 第6行: | ||
− | + | ==RHEL/CentOS== | |
+ | yum install -y epel-release | ||
+ | yum install -y clamav | ||
[https://www.poftut.com/how-to-install-and-use-clamav-antivirus-software-in-linux-ubuntu-debian-mint-kali-fedora-centos-rhel/ How To Install and Use ClamAV Antivirus Software In Linux, Ubuntu, Debian, Mint, Kali, Fedora, CentOS, RHEL] | [https://www.poftut.com/how-to-install-and-use-clamav-antivirus-software-in-linux-ubuntu-debian-mint-kali-fedora-centos-rhel/ How To Install and Use ClamAV Antivirus Software In Linux, Ubuntu, Debian, Mint, Kali, Fedora, CentOS, RHEL] |
2020年9月11日 (五) 06:03的版本
install
debian
sudo apt-get install clamav clamav-daemon clamtk #Graphical User Interface
RHEL/CentOS
yum install -y epel-release yum install -y clamav