this post was submitted on 17 Oct 2025
50 points (98.1% liked)

Linux

59014 readers
368 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] Guenther_Amanita@slrpnk.net 8 points 1 day 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.