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 <[email protected]> on behalf of "Jeff Wolfeld (jwolfeld) via clamav-users" <[email protected]> Reply-To: ClamAV users ML <[email protected]> Date: Thursday, May 30, 2019 at 7:12 PM To: "[email protected]" <[email protected]> Cc: "Jeff Wolfeld (jwolfeld)" <[email protected]> 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@6be45d805467:/# ls /etc/clamav freshclam.conf onerrorexecute.d onupdateexecute.d No clamd.conf, nor clamd.conf.example. And /usr/bin contains only: root@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
_______________________________________________ clamav-users mailing list [email protected] https://lists.clamav.net/mailman/listinfo/clamav-users Help us build a comprehensive ClamAV guide: https://github.com/vrtadmin/clamav-faq http://www.clamav.net/contact.html#ml
