Skip to content

Instantly share code, notes, and snippets.

@gagarine
Last active June 7, 2023 07:54
Show Gist options
  • Save gagarine/9168c1b7e4b5f55cb3254582e30d808e to your computer and use it in GitHub Desktop.
Save gagarine/9168c1b7e4b5f55cb3254582e30d808e to your computer and use it in GitHub Desktop.
Howto Install clamav on OSX with brew

Howto Install clamav on OSX with brew

Note: on legacy intel system the path may be /usr/local/etc/clamav instead of /opt/homebrew/etc/clamav/

$ brew install clamav
$ cd /opt/homebrew/etc/clamav/
$ cp freshclam.conf.sample freshclam.conf

Open freshclam.conf and comment the "Example" (in new version it may be "FooClam") line:

# Comment or remove the line below.
# Example

Update database:

 $ freshclam

Run scan on all your files:

$ clamscan -r --bell -i /
@Mutation77
Copy link

Thanks @gagarine

@Jarrid
Copy link

Jarrid commented Jul 29, 2022

minor update - the clam conf files are now located at /opt/homebrew/etc/clamav/ after installing with homebrew.

@nyambayar1231
Copy link

do you guys find the socket file that should be generated after installing clamav. I can not find one. help me :)

@pkneebal
Copy link

This worked!!!!!!!!!!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment