Skip Navigation

Do you use an antivirus? Why, or why not?

With the increase popularity of the linux desktop and the steamdeck, will new viruses and malwares be developed for linux systems? should we better use an antivirus?

83 comments
  • I don't because no antivirus can protect you from yourself, I learned that the hard way while I was still using Windows many years ago.

    I had antivirus and antimalware on Windows and I kept them updated and ran scans regularly, almost religiously, than I got a malware that antivirus couldn't detect (they take a while to be updated with new viruses/malware that constantly come out) and the only way to remove it was a blank new install following a specific procedure to clean it all.

    That day I understood that no matter how attentive you are about your antivirus, you're never really protected until it's you who learns what to do and what not while accessing the web, so I did a bit of research about how to better configure my PC, how to better recognize phishing/scamming, using adblocker, don't download random software, stuff like that.

    I basically learned "how to behave". I stopped using antivirus/antimalware on Windows and I didn't catch a virus since, then I switched to Linux and I still apply the same principles of "good behavior".

    That's not to say I'm immune to viruses, I'm certainly not, but my mindset now is that if I ever catch a virus, it will be my fault for doing something I shouldn't have done, and I'll do my best to learn from it instead of relying on software to do that for me.

    • Virus scanners only detect a fraction of the harmful programmes.
    • Virus scanners can often be tricked.
    • Virus scanners often have security vulnerabilities themselves, which are usually quite serious, since such programmes embed themselves quite deeply in the operating system.
    • Virus scanners cause many users to become careless because they rely too much on such tools.

    Therefore, from my point of view, the disadvantages outweigh the advantages. Therefore, I do not have such a tool permanently installed, neither under Linux nor under Windows. However, every 6 months I scan my Windows installation with a USB-bootable virus scanner. No actually harmful programme has been found for years.

    In my opinion, the following things are much more important than any security software.

    • Install updates as soon as possible. Under Windows, you can use tools like Chocolatey for this.
    • Only install software from trustworthy sources.
    • Only install software that you really need.
    • Only use root or administrator rights if you have to. For everything else, the rights of the user account are sufficient.
    • Create backups regularly.
    • Think before you act.

    Especially the last point is a problem for many users. I can't tell you how many times I've witnessed someone receiving an alleged invoice from mobile provider A by email and opening it, even though they had a contract with provider B.

  • I don't, but that's because of how I have things setup around the network. While most people here say it's because they don't need it, I am in a position that I need SOMETHING simply because others in the household could bring in malware and rather than trust them to make smart decisions, I proactively monitor all network activity for anything unusual. That being said, I have clamAv installed and run a weekly scan, but my real "antivirus solutions" are as follows: A syslog server that's connected to grafana/MySQL and alerts me based on very specific criteria. Along this, I've got my network firewall configured to block all "untrustworthy countries" in and out 100%, as well as use an IDS/IPS (also connected to syslog for alerts). Lastly, an internal DNS which grabs from like 20 sources that include some reliable lists with malware domains and such, and a custom list of my own that I add to as useful security news feeds hit my RSS feed with urls in their blog posts.

    Actually got a list of other things going on in the network to make it even more secure, but just wanted to list the main things that'll give you a step up in the anti-malware front.

    None of this is buletproof without proper care for how you use the Internet, though.

    • Check for router/modem/firewall updates weekly if they can't be auto updated
    • never click any links in an email even if you feel you know you trust it (exception to this would be something you KNOW is coming into your inbox, such as an account registration verification)
    • avoid tiny urls or suspicious looking urls when possible
    • don't open ports unless you really really really know what you're doing. If you absolutely need to open a port, then for the love of god define the source IP address/CIDR. Opening ports to the world includes opening them to cyber criminals
    • turn off upnp, I don't care what that game or service you use says, it doesn't need it

    You get the idea. My message got way too long and turned into a rant lol.

  • Nope.

    Why

    I don't have wine installed.

    Even then, the good old "Reinstall if things feel sluggish" always helps.

  • Anti-virus software is like a condom. If you don’t go sticking your computer in places it doesn’t belong you won’t really need one.

  • No. That would defeat the purpose of me installing Linux in (old) laptops. Windows feels sluggish enough with a sea of bad things wanting your minimum wage and have Windows Defender prevent it but not all of it, obviously.

    I put all my attention to prevention and set strict rules on the router. It can be as simple as setting the DNS to stuff like dnsforge.de or DIY it with PiHole with hosts lists of your hearts content that update itself weekly, I do the latter. Nothing beats a cross platform solution that protects every device in the network, if you're after 100% performance. Of course you can still catch bad things, such as social engineering by email that happened over at Linus Tech Tips. You better stay vigilant no matter what solution you use and don't sleep on making backups, which can be as simple and automated when you use Syncthing for example.

  • Personally I don't use one on any platform because the antivirus companies tend to... Create problems in order to solve them. If you're going to use one on Linux, ClamAV is probably the play. However, far better for your security is to pick a distro that publishes security patches quickly, like Debian or Arch Linux, and then to update your system frequently

  • I don't think there's a need. I keep my system patched and I only install from trusted sources. It might make sense in a corporate environment but for a single user machine I can't image ever needing it.

  • No. I only use Android as my PC via AR glasses. Is there even any antivirus software for Android? Probably, but I don't care I guess. Never had a problem.

  • No because I don't download software via unsafe tools like web browsers or flatpak.

83 comments