Zorin OS 17 Core - ClamAV and ClamTK - Installed and working effectively

Greetings!
Hope you are having a Great 2024!

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.

Please advise.

I don't use clam or any other anti-virus apps, but you didn't stated what's wrong?

I have it installed and it works. What for a Problem do you have?

Thanks for your response.

Executed the code:
sudo touch /var/log/freshclam.log

System requested my password and then did not process any further.

guy@guy-Aspire-A515-52:~$ sudo touch /var/log/freshclam.log
[sudo] password for guy:
guy@guy-Aspire-A515-52:~$

Please advise.

Just so you know I am a complete Newbie to Linux!

But willing to learn.

Thanks.

Thanks for your response.

Can you see my reply to Ponce-De-Leon?

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:

/var/log/clamav/freshclam.log

Thanks for your response.

Let me try your file path. I will keep you informed.

1 Like

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:~$

Please advise further.

It's
touch /var/log/clamav/freshclam.log

No need for sudo and there's space between touch and /var/...

1 Like

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:~$

Could this be my real system issue?

Please advise.

Uninstall clam, reboot and then try again. Seems that clam-daemon making a fuss in the background. You can always re-install it afterwards.

1 Like

This is the result when executed code:

touch /var/log/clamav/freshclam.log

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:~$

Please advise.

ls -a /var/log/clamav

See if there's actually any files there.

Thanks for your response. Do I uninstall all these packages?

Yes, it should be save to do so.

Thanks for your response. Executed code:

ls -a /var/log/clamav

Result is:

guy@guy-Aspire-A515-52:~$ ls -a /var/log/clamav
ls: cannot access '/var/log/clamav': No such file or directory
guy@guy-Aspire-A515-52:~$

Please advise.

Try check via file-browser where the path leads to or as close you can get.

1 Like

Thanks for your response. I will inform you when I have uninstalled the packages and restarted my system.

Packages uninstalled. Restarted system. Executed code below:

sudo apt update && sudo apt upgrade

Result with no errors:

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:~$

Please advise further.