Size: 441
Comment:
|
← Revision 4 as of 2019-01-24 15:53:18 ⇥
Size: 595
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
{{{ | * https://slackbuilds.org/repository/14.2/system/clamav/ {{{#!highlight bash |
Line 15: | Line 17: |
freshclam # update clamav DB | |
Line 17: | Line 20: |
== Update db == As root run '''freshclam''' |
clamav
Clam AntiVirus is a GPL anti-virus toolkit for UNIX.
* https://slackbuilds.org/repository/14.2/system/clamav/
1 cd /tmp
2 wget https://slackbuilds.org/slackbuilds/13.1/system/clamav.tar.gz
3 tar xvzf clamav.tar.gz
4 cd clamav
5 wget http://downloads.sourceforge.net/clamav/clamav-0.95.2.tar.gz
6 groupadd -g 210 clamav
7 useradd -u 210 -d /dev/null -s /bin/false -g clamav clamav
8 ./clamav.SlackBuild
9 installpkg /tmp/clamav-0.95.2-i486-1_SBo.tgz
10 cd /mnt/memory
11 freshclam # update clamav DB
12 clamscan -r .
Update db
As root run freshclam