Is there anyone on this site that has ClamAV and ClamTK installed and working effectively?
I have ClamAV and ClamTK installed. I cannot get the software working.
Logged queries on Linux.org - receiving progressive support - no solution yet.
Logged query with GitHub ClamAV - no response.
Logged query with LinuxQuestions.org - no response.
I'm not long on Linux, too. I don't know what You want to do with Your Command but it seems that Your Path is not right. I looked in my System and the freshclam.log File have the following Path:
Entered the code twice with the result:
guy@guy-Aspire-A515-52:~$ sudo touch/var/log/clamav/freshclam.log
[sudo] password for guy:
sudo: touch/var/log/clamav/freshclam.log: command not found
guy@guy-Aspire-A515-52:~$ sudo touch/var/log/clamav/freshclam.log
sudo: touch/var/log/clamav/freshclam.log: command not found
guy@guy-Aspire-A515-52:~$
Thanks for your recent response. I will try "touch /var/log/clamav/freshclam.log".
Will keep you informed.
To make sure that my OS is updated. Executed the following code:
sudo apt update && sudo apt upgrade
The result had the following error message:
Setting up zorin-os-desktop (1.6.5) ... Errors were encountered while processing:
** clamav-daemon** E: Sub-process /usr/bin/dpkg returned an error code (1)
guy@guy-Aspire-A515-52:~$
guy@guy-Aspire-A515-52:~$ touch /var/log/clamav/freshclam.log touch: cannot touch '/var/log/clamav/freshclam.log': No such file or directory
guy@guy-Aspire-A515-52:~$
guy@guy-Aspire-A515-52:~$ sudo apt update && sudo apt upgrade
[sudo] password for guy:
Hit:1 Index of /ubuntu jammy InRelease
Hit:2 Index of /ubuntu jammy-security InRelease
Hit:3 Index of /debian/ stable InRelease
Hit:4 Index of /ubuntu/ jammy InRelease
Hit:5 Index of /stable/ jammy InRelease
Hit:6 Index of /ubuntu/ jammy-updates InRelease
Hit:7 Index of /patches/ jammy InRelease
Hit:8 Index of /zorinos/apps/ubuntu jammy InRelease
Hit:9 Index of /apps/ jammy InRelease
Hit:10 Index of /zorinos/drivers/ubuntu jammy InRelease
Hit:11 Index of /ubuntu/ jammy-backports InRelease
Hit:12 Index of /drivers/ jammy InRelease
Hit:13 Index of /zorinos/patches/ubuntu jammy InRelease
Hit:14 Index of /zorinos/stable/ubuntu jammy InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
2 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
libclamav9 libcommon-sense-perl libjson-perl libjson-xs-perl
libtext-csv-perl libtext-csv-xs-perl libtfm1 libtypes-serialiser-perl
libwmf0.2-7-gtk
Use 'sudo apt autoremove' to remove them.
The following packages have been kept back:
alsa-ucm-conf dnsmasq-base
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
guy@guy-Aspire-A515-52:~$