Reference: https://gist.github.com/zhurui1008/4fdc875e557014c3a34e |
Get ClamAV running on Mac OS X (using Homebrew) |
The easiest way to get the ClamAV package is using Homebrew |
$ brew install clamav |
Before trying to start the clamd process, you'll need a copy of the ClamAV databases. |
$ cp /usr/local/etc/clamav/freshclam.conf.sample /usr/local/etc/clamav/freshclam.conf |
comment out line 8 'Example' in freshclam.conf and make sure the following line is there around line 79: 'DatabaseMirror database.clamav.net' |
$ cp /usr/local/etc/clamav/clamd.conf.sample /usr/local/etc/clamav/clamd.conf |
comment out line 8 'Example' and uncomment line 85 'LocalSocket /tmp/clamd.socket' |
Then run |
$ /usr/local/Cellar/clamav/0.99.2_1/bin/freshclam -v |
to download the ClamAV databases. The output will look something like this: |
Current working dir is /usr/local/Cellar/clamav/0.99.2_1/share/clamav |
Max retries 3 |
ClamAV update process started at Tue Jan 3 15:31:22 2017 |
Using IPv6 aware code |
Querying current.cvd.clamav.net |
TTL: 1651 |
Software version from DNS: 0.99.2 |
main.cvd version from DNS: 57 |
main.cvd is up to date (version: 57, sigs: 4218790, f-level: 60, builder: amishhammer) |
daily.cvd version from DNS: 22830 |
Retrieving http://database.clamav.net/daily-22830.cdiff |
Trying to download http://database.clamav.net/daily-22830.cdiff (IP: 172.110.204.67) |
nonblock_recv: recv timing out (30 secs) |
WARNING: getfile: Error while reading database from database.clamav.net (IP: 172.110.204.67): Operation now in progress |
WARNING: getpatch: Can't download daily-22830.cdiff from database.clamav.net |
Querying daily.22830.82.0.0.AC6ECC43.ping.clamav.net |
Retrieving http://database.clamav.net/daily-22830.cdiff |
Trying to download http://database.clamav.net/daily-22830.cdiff (IP: 198.148.78.4) |
Downloading daily-22830.cdiff [100%] |
... |
Database updated (5451300 signatures) from database.clamav.net (IP: 198.148.78.4) |
... |
then run |
$ /usr/local/Cellar/clamav/0.99.2_1/sbin/clamd |
to start the process. |
To scan a file, run |
$ /usr/local/Cellar/clamav/0.99.2_1/bin/clamdscan --fdpass /tmp/ver.out |
$ add clamav commands in PATH in ~/.bash_profile. Should be able to run freshclam, clamd and clamdscan afterwards. |
export PATH=/usr/local/Cellar/clamav/0.99.2_1/bin:/usr/local/Cellar/clamav/0.99.2_1/sbin:$PATH |
Download ClamXav for Mac. ClamXav is a popular and free virus checker for Mac OS X. It was a Windows trojan so wouldn't have harmed my Mac. As Clamxav website says 'ClamXav is a trusted and highly recommended anti-virus and malware scanner for Mac OS X with the ability to detect both Mac and Windows threats.' Unlike some of the reviews below. To be safe my wife and I ran our AVs across our iMacs.
A Macintosh OS X anti-virus software that uses the ClamAV anti-virus library. The project's focus is on usability. Its purpose is to develop native GUI-based binary distributions of a ClamAV-based anti-virus software that behaves as OS X users expect. How to install clamav on your Mac? The easiest way to get the ClamAV package is using Homebrew. Skip to content. MacOS Software Best Free Software for Mac OS. September 17, 2017 October 7, 2017 admin Security clam antivirus mac, clamav mac, clamxav mac. Install clamav on Mac OS. App name: clamav 0.99.2 App description: Anti.
Installing
ClamAV can be found for Ubuntu in the apt repository. Run this command to install ClamAV:
apt-get install clamav
If you need clamd, you may also want to run:
apt-get install clamav-daemon
If you require support for scanning compressed RAR files you first need to enable the non-free archive, and then you can install the RAR-plugin using:
apt-get install libclamunrar6
There are two classes of clamav packages available for Ubuntu users:
Tiger Os X 10.4 Download
Released Set
The released set (release, *-updates, and *-security) are patched for security updates. Following extensive testing of clamav and the packages that use it in the backports repository, they may be updated to a newer version. These are official Ubuntu packages and supported by community developers.
Clamav Mac Os Homebrew
Backports
The Ubuntu backports repository will contain the newest clamav version that has been at least lightly tested to work with that version. These packages can be installed by enabling the backports repository on your system.
Ubuntu packages are maintained by Ubuntu MOTU Developers.