“Linux病毒查杀clamav”的版本间的差异

来自linux中国网wiki
跳到导航 跳到搜索
(创建页面,内容为“=install= ==debian== sudo apt-get install clamav clamav-daemon clamtk #Graphical User Interface [https://www.poftut.com/how-to-install-and-use-clamav-antivi…”)
 
第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

How To Install and Use ClamAV Antivirus Software In Linux, Ubuntu, Debian, Mint, Kali, Fedora, CentOS, RHEL