Installing clamav on Mac using Brew
Package Information:
Name: clamav
Use: ClamAV® is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats.
URL: https://www.clamav.net/
Installation Steps:
- Open up your Terminal.
- Execute the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install clamav using brew
brew install clamav
clamav is ready to use now!