![]() |
VOOZH | about |
We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.
Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.
Follow TNS on your favorite social media networks.
Become a TNS follower on LinkedIn.
Check out the latest featured and trending stories while you wait for your first TNS newsletter.
How often have you heard or read about a distribution that was based on Ubuntu? There’s Kubuntu, elementaryOS, Zorin OS, Deepin, Ubuntu Budgie, KDE neon … the list goes on and on and on.
There’s a reason so many operating system developers base their distributions on Ubuntu:
But what would you say if you knew that Ubuntu, in turn, was based on yet another distribution?
Most of you would probably say, “Duh.”
For those of you who did attempt to shame me with that single syllable, you should know that Ubuntu is based on Debian.
The Debian project was founded in August 1993 as an effort to create a truly open Linux distribution, in the spirit of Linux and GNU. The name “Debian” was an amalgamation of the first names of its two co-creators: Debra Lynn and Ian Murdock.
Debian has become known as the “mother of all distributions” because of, well, Ubuntu. Because so many distributions are based on Ubuntu, and because Ubuntu is a “child” of Debian, it only makes sense to label it “mother.”
With all of those Ubuntu-based distributions, why would you bother with Debian? After all, isn’t it well known for shipping preinstalled software that could be considered out of date?
Well, yeah. But — and trust me when I tell you it’s a big, important but — Debian is all about one thing, and that is stability.
There are plenty of reasons to adopt Debian as your go-to Linux distribution other than the rock-solid stability it offers, including:
For most average users, the primary reason to adopt Debian is a stability you won’t find in most other operating systems. In the years I’ve used Debian, I never experienced a single problem. Now, that could be said about a lot of Linux distributions, but Debian takes this to a much higher level.
There are three different “versions” of Debian:
Debian doesn’t release specific versions with specific desktops. Instead, you download a single ISO and, during the installation, you can select from GNOME, KDE Plasma, Xfce, MATE, Cinnamon, LXDE or LXQt. Of course, you could also install a different desktop environment after you’ve installed the OS, such as Budgie or COSMIC.
For the purpose of this review, I installed Debian with KDE Plasma.
One of the things I truly respect about Debian is that, well, it’s always Debian. You know exactly what to expect when you first log in. It’s not that Debian is uneventful; it’s just so reliable that it feels kind of static. Even with KDE Plasma at version 5.27.5, it didn’t feel much fresher than the last time I used Debian. That’s probably due to the fact I usually install GNOME with Debian, so it’s still the same ol’ same ol’.
Debian also ships with the usual suspects of open source software:
There’s also Discover, which allows you to install all the software you may need. If you want to add either the Flatpak or Snap backends, you can go to Discover > Settings and install the necessary packages (Figure 1).
One of the nice things about adding either (or both) Flatpak or Snap is that Debian is then able to install newer versions of packages (so long as they are available within either the Flathub or Snapcraft repositories). Just make sure you restart Discover to allow the changes to take effect.
Simply put, Debian is the Linux distribution you should use when stability is of the utmost importance. Debian is also great for legacy system support, which means it’ll run on your older hardware with ease.
But if you simply want an operating system that will rarely (if ever) fail you, Debian is one of the smartest choices you can make.
There is one thing, however, you should know about Debian: To deliver the highest possible security, the developers ship the OS such that standard users are not automatically given sudo privileges. Because of this, any changes you make that require admin rights have to be done after first changing to the root user with the command su –. You can add a user to the sudo group with this command:
usermod -aG sudo USER
Replace “USER” in the statement above with the name of the user.
Once you’ve done that, the user needs to log out and log back in to allow the changes to take effect.
If security is the primary reason you’ve decided on Debian, I would not add users to the sudo group — that way, you control who has admin rights on the system.
If anyone asks me what I believe to be the most stable operating system, the answer is automatic: Debian. If anything, you can be certain that a machine running Debian will do so without failure (at least on a software level — because hardware always eventually fails) and will serve you a long, long time.
If I’ve piqued your interest in Debian, you can download the latest release from the official Debian website.