[clamav-users] Installing clamav into debian container
Micah Snyder (micasnyd)
micasnyd at cisco.com
Fri May 31 00:14:11 UTC 2019
For clamd and clamd.conf, you’ll need to:
apt-get -y install clamav-daemon
As you’ve noticed, Ubuntu decided to split up the project into multiple components. You may also want to install libclamunrar for RAR file parsing support
apt-get -y install libclamunrar7
Regards,
Micah
From: clamav-users <clamav-users-bounces at lists.clamav.net> on behalf of "Jeff Wolfeld (jwolfeld) via clamav-users" <clamav-users at lists.clamav.net>
Reply-To: ClamAV users ML <clamav-users at lists.clamav.net>
Date: Thursday, May 30, 2019 at 7:12 PM
To: "clamav-users at lists.clamav.net" <clamav-users at lists.clamav.net>
Cc: "Jeff Wolfeld (jwolfeld)" <jwolfeld at cisco.com>
Subject: [clamav-users] Installing clamav into debian container
Hi,
I’m just trying out clamav for the first time. I executed these steps:
docker run -it ubuntu /bin/bash
apt update
apt-get -y install clamdscan
freshclam
All these seemed to work successfully. But I’m not finding all the clamav components. For example, in /etc/clamav I only find these:
root at 6be45d805467:/# ls /etc/clamav
freshclam.conf onerrorexecute.d onupdateexecute.d
No clamd.conf, nor clamd.conf.example.
And /usr/bin contains only:
root at 6be45d805467:/# ls /usr/bin/*clam*
/usr/bin/clambc /usr/bin/clamdscan /usr/bin/clamscan /usr/bin/clamsubmit /usr/bin/freshclam
No clamconf. And no clamd, either.
I tried
Apt-get -y install clamav
But it didn’t find anything new to install.
So what obvious piece of instruction did I miss?
Thanks,
Jeff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.clamav.net/pipermail/clamav-users/attachments/20190531/eba07a81/attachment.htm>
More information about the clamav-users
mailing list