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:

  1. Open up your Terminal.
  2. Execute the following command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install clamav using brew
    brew install clamav

clamav is ready to use now!