I'm curious about the relationship between different Linux distributions, specifically how Linux Mint relates to Ubuntu and Debian. I know that Linux Mint is based on Ubuntu, which in turn is based on Debian. But does this mean that Mint is continuously updated based on Ubuntu's changes? Also, regarding package management, are the applications in Mint sourced from Ubuntu, or are they specifically created for Mint? Furthermore, I'm interested in how applications like Discord are developed and distributed on Linux. Are they generally built for all Linux distros, and then each distro pulls them from a larger package manager?
4 Answers
It's fascinating how these relationships work! Mint's updates often sync with Ubuntu’s releases. Even though Mint does have its unique packages created by its community, it primarily uses what’s available through Ubuntu. As for software distribution like for Discord, different distros build their own packages from the same source code, which means Mint just imports those versions that fit its structure. It's a pretty efficient system overall!
To answer your questions, yes Mint is linked to Ubuntu for most updates, so they follow Ubuntu's release cycle. Regarding the apps, most are sourced from Ubuntu repositories, but Mint may also release some tailored packages. For an app like Discord, it’s generally made for broader Linux use, and distros like Mint will grab it from the appropriate package manager, making it easily available to users.
Yes, Linux Mint does remain dependent on Ubuntu and Debian for updates. While they do get a lot from those parent distros, the Mint maintainers also curate some packages specifically tailored to Mint, which you might see with versioning that includes ‘Mint’ or ‘Ubuntu’ in the name. So, you definitely get a mix of both! For apps like Discord, they’re often distributed in formats like .deb, Snap, or Flatpak, making them usable across various Debian-based systems.
Mint is definitely continually updated based on Ubuntu's repositories. When it comes to package management, Mint pulls most applications from Ubuntu's repos, although there are some exceptions where Mint provides its own packages developed by their community. As for apps like Discord, they are built to work across multiple Linux distributions. Each distro may handle how they package the app, but essentially the same software is available for everyone.
Right! Different distros will usually build their packages from the same source code, and then Mint will just pull in the precompiled binaries from Ubuntu, making it easier for users.

Absolutely! And the process can include custom patches, too, depending on what a distro needs from the software.