0

A simple question today, need help deciding on a quality free antivirus system.

1 Answers1

1

You actually don't need an antivirus. But anyways, there's a free, open-source anti-virus called ClamAV. It detects trojans and malwares. Source code : https://github.com/Cisco-Talos/clamav Install :

sudo apt install clamav

It's a cli-based tool, You can see how to use it from the internet or just running man clamav

also there's a gui one called clamtk

To install it run :

sudo apt install clamtk
trojan
  • 44
  • 4