this post was submitted on 09 Nov 2025
15 points (89.5% liked)

Linux Mint

3262 readers
7 users here now

Linux Mint is a free Linux-based operating system designed for use on desktop and laptop computers.

Want to see the latest news from the blog? Set the Firefox homepage to:

linuxmint.com/start/

where is a current or past release. Here's an example using release 21.1 'Vera':

https://linuxmint.com/start/vera/

founded 4 years ago
MODERATORS
 

What do you think is the difference between these two distributors, and what are their advantages and disadvantages?

you are viewing a single comment's thread
view the rest of the comments
[–] entropicdrift 19 points 3 months ago

Ubuntu uses Snap packages, even within apt. If you type sudo apt install firefox in Ubuntu, you get a snap package of firefox. If you type the same exact command in Mint, you get Firefox as an apt package directly from Mozilla's publishing source.

What I dislike about snap packages is that they automatically update without user input. For a desktop system this is wholly unnecessary and can lead to security issues down the line if one package's packager is compromised, despite snap's supposedly great sandboxing.

I strongly prefer Mint over Ubuntu Cinnamon because I can fully control when updates happen and don't need to fiddle with the default settings for that to be the case. Mint has greater respect for the user, from my perspective.

LMDE is a nice option, as well, since it uses upstream Debian packages instead of Ubuntu packages the way regular Mint does.