18
how to avoid malware in ubuntu linux?
(programming.dev)
1. Posts must be related to the discussion of digital piracy
2. Don't request invites, trade, sell, or self-promote
3. Don't request or link to specific pirated titles, including DMs
4. Don't submit low-quality posts, be entitled, or harass others
We heartily recommend visiting the free port of freemediaheckyeah (aka FMHY) while you sail the high seas, for all the freshest links the ocean has to offer.
📜 c/Piracy Wiki (Community Edition):
FUCK ADOBE!
Torrenting/P2P:
Gaming:
💰 Please help cover server costs.
![]() |
![]() |
|---|---|
| Ko-fi | Liberapay |
Mostly avoid downloading and running packages from sources you don't trust. And if you're going to run something you don't fully trust, try to run it sandboxed (like firejail or a vm, for example). Linux is generally safer than Windows because a lot of malware are created to exploit Windows weakness... also, if you use Flatpak (sepecially verified ones) or your distro package manager, you will hardly get infected.
Did ubuntu fix the issue where if a package with the same name exists in both the actual repository and in the snap store, it will silently install the one from the snap store?
I remember an attack where someone uploaded a package to the snap store with the same name as a different repo package, and people were downloading the “malicious” (it wasn’t actually malicious, just a proof of the attack vector) package instead.
If they haven’t fixed that yet, then yeah can’t trust the package manager either, on ubuntu specifically.
I don't know if Ubuntu has fixed it, because trying to enforce their Snap store was intentional. But I can't say for sure because there have been years that I don't use it.
But yeah, for anyone using it, I'd recommend to just remove Snap entirely, since it's totally unnecessary and goes against pretty much every Linux core concept.
Or just use something like Kubuntu or Linux Mint, that have Ubuntu under hood but are more community driven instead of relying on Canonical.