7

What is the difference between Clamav and Clamtk? I know that both of them are antivirus.

Zoot
  • 334
lambda23
  • 3,232

2 Answers2

11

ClamAV is the scanner or deamon.

ClamAV can only detect viruses and move any infected files into a quarantined folder; it cannot remove them from files. ClamAv detects viruses on all platforms, but it is primarily useful for Windows viruses and malware.

ClamTk is a GUI front-end for ClamAV using gtk2-perl.


It is common practice in Linux to split the frontend/GUI from the actual program so you can use it on a server install.

Rinzwind
  • 299,756
8

Clamtk is just a graphical interface to clamav.

apt-cache show clamtk

(...)

Description: graphical front-end for ClamAV
ClamTk is a GUI front-end for ClamAV using perl-Gtk2.
Homepage: http://clamtk.sourceforge.net
January
  • 35,952