I have read that Clamav has a GUI. Does anyone know where i can get Clamav with a GUI? I am running Ubuntu 20.10 Thanks
1 Answer
ClamTk is a graphical front-end for the ClamAV terminal program. To install it in all currently supported versions of Ubuntu open the terminal and type:
sudo apt install clamtkYou can also take a look at the Gnome/Nautilus extension clamtk-gnome - GNOME (Nautilus) MenuProvider extension for ClamTk. This package contains a nautilus plugin to allow right-click support for easy virus scanning with ClamTk and thus ClamAV in GNOME. To install it in all currently supported versions of Ubuntu open the terminal and type:
sudo apt install clamtk-gnome 0