A simple question today, need help deciding on a quality free antivirus system.
Asked
Active
Viewed 509 times
1 Answers
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
-
Recent windows convert, I get twitch w/o an antivirus. Thanks! I'll take the recommendation. – Joshua Wolfe Oct 01 '21 at 13:56
-
how is this a duplicate issue when all questions on the first page are 5+ years old? – Joshua Wolfe Oct 01 '21 at 13:59