Last active
February 13, 2018 19:43
-
-
Save EricPSU/f7a65395764a7cd96d7388aa837cd923 to your computer and use it in GitHub Desktop.
Install and Run ClamAV on CentOS 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Yum install needed packages | |
yum install epel-release | |
yum install clamav-server clamav-data clamav-update clamav-filesystem clamav clamav-scanner-systemd clamav-devel clamav-lib clamav-server-systemd | |
# Update virus definitions | |
freshclam | |
# Scan single file | |
clamscan /path/to/file.ext |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment