I installed clamav and clamtk. clamtk GUI is visible but seems to do nothing. If I do: clamav on the CLI I get clamav: command not found. If you do: sudo clamav clamav-freshclam I also get:clamav: command not found. If I do : freshclam, I get: ERROR: Can't open/parse the config file /usr/local/etc/freshclam.conf Reinstalling clamav and clamtk (sudo apt-get install clamav clamtk) does not help.
Who can help?
Output of sudo apt update:
sudo apt update
[sudo] password for jan:
Hit:1 htt p://nl.archive.ubuntu.com/ubuntu bionic InRelease
Get:2 htt p://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Hit:4 htt p://nl.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:5 htt p://nl.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:6 htt p://ppa.launchpad.net/jconti/recent-notifications/ubuntu bionic InRelease
Hit:7 htt ps://dl.google.com/linux/chrome/deb stable InRelease
Ign:8 htt p://ppa.launchpad.net/phablet-team/tools/ubuntu bionic InRelease
Hit:9 htt ps://packages.microsoft.com/repos/ms-teams stable InRelease
Ign:10 htt p://ppa.launchpad.net/qos/pulseaudio-dlna/ubuntu bionic InRelease
Get:3 htt p://ppa.launchpad.net/appgrid/stable/ubuntu bionic InRelease [15,4 kB]
Err:11 ht tp://ppa.launchpad.net/phablet-team/tools/ubuntu bionic Release
404 Not Found [IP: 2620:2d:4000:1::3e 80]
Err:12 htt p://ppa.launchpad.net/qos/pulseaudio-dlna/ubuntu bionic Release
404 Not Found [IP: 2620:2d:4000:1::3e 80]
Hit:13 htt ps://repo.nordvpn.com/deb/nordvpn/debian stable InRelease
Hit:14 htt p://apt.galliumos.org bismuth InRelease
Err:3 htt p://ppa.launchpad.net/appgrid/stable/ubuntu bionic InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 241FE6973B765FAE
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/phablet-team/tools/ubuntu bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'htt p://ppa.launchpad.net/qos/pulseaudio-dlna/ubuntu bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: htt p://ppa.launchpad.net/appgrid/stable/ubuntu bionic InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 241FE6973B765FAE
E: The repository 'htt p://ppa.launchpad.net/appgrid/stable/ubuntu bionic InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Output of sudo apt install clamav
sudo apt install clamav
Reading package lists... Done
Building dependency tree
Reading state information... Done
clamav is already the newest version (0.105.0-1).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
I added spaces in the urls because I am not allowed to use much links I use GalliumOS, which is Xubuntu for Chromebooks. Version 3.1
sudo apt install --reinstall clamav
? – Esther Jul 13 '22 at 14:32De statusinformatie wordt gelezen... Klaar Herinstalleren van clamav is niet mogelijk omdat het niet opgehaald kan worden. 0 opgewaardeerd, 0 nieuw geïnstalleerd, 0 te verwijderen en 3 niet opgewaardeerd. This output is in Dutch; the last part translates as: reinstall of clamav is not possible because it cannot be picked up. – Johan Staal Jul 13 '22 at 16:05
sudo apt update
andsudo apt install clamav
in English. You can runexport LANGUAGE=en_US
before running apt commands to temporarily (until you close and re-open terminal) switch language to English. – Esther Jul 13 '22 at 16:15