I know that Linux is more secure than Windows and normally doesn’t need an antivirus, but know myself I’m gonna end up downloading something at some point from somewhere on the internet, and it would be good to be prepared. So, which antivirus would you recommend for Linux (Mint specifically) just to double up on security?

  • Günther Unlustig 🍄@slrpnk.net
    link
    fedilink
    arrow-up
    5
    ·
    7 hours ago

    None at all tbh, at least if you use the PC alone and don’t share a lot of stuff with Windows devices. If you do, then maybe scan .exe or other files (e-mail attatchments, etc.) with ClamAV or similar to prevent spreading stuff.

    You usually don’t need AV software because you install stuff differently than on Windows. You don’t hunt .exe-files from random internet sites, thats irresponsible even for Windows.

    You install your apps directly from your software center (a frontend for Flatpaks and repo software), where they usually are pretty safe.

    Also, sandboxing is a thing. The prefered way for most people (and often default) is via Flatpak, where apps are restricted on what they can access and do. You can lock them down even further if you want.

    There are more ways of sandboxing, but those are not so relevant here right now.

    Also:

    • If you run a script, check it first. I have zero clue in regards of coding, but even I can usually guess what each line is supposed to do.
    • Don’t add 3rd party repos if you can, use containers instead
    • Go for the easiest route, guides for “Linux” aren’t noob friendly. In your case, search for “Mint” instead, most stuff is pretty easy there.