An Alternative to ClamTK: ClamUI

No, I do not use Flatpak (or Snap).

2 Likes

Do You have uninstalled it? Because then You can't see it in Gnome Software.

Thanks for the instructions!
FYI, when I double-clicked the deb file to install, it failed, with the message:

The following packages have unmet dependencies:
clamui: Depends: python3-keyring but it is not installable
Depends: python3-matplotlib but it is not installable

Solved this via adding the ubuntu "universe" repository:

sudo add-apt-repository universe
sudo apt update
sudo apt install python3-matplotlib python3-keyring

It works!

2 Likes

I will also check if I have this selected.

1 Like

My bad. I meant to say that I tried it in a VM of LMDE 7 on behalf of a client. So would guess no issues with Debian based distros.

The universe Repo should be added by default in Zorin.

Yes. I have that and Multiverse. Just source code deselected. Zab

Interesting! I wonder why I didn't have the Universe repository.