this post was submitted on 09 Jul 2025
132 points (92.9% liked)

Linux

56365 readers
484 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 made the unfortunate post about asking why people liked Arch so much (RIP my inbox I'm learning a lot from the comments) But, what is the best distro for each reason?

RIP my inbox again. I appreciate this knowledge a lot. Thank you everyone for responding. You all make this such a great community.

you are viewing a single comment's thread
view the rest of the comments
[–] data1701d@startrek.website 11 points 4 days ago (1 children)

As with others, I love Debian Stable.

Most packages have sane defaults, and it's so stable. It's true that it sometimes means older software versions, but there's also something to be said for behavior staying the same for two years at a time.

If hardware support is an issue, using the backports repo is really easy - I've been using it on my laptop for almost a year with no problems that don't exist on other distros. If you really need the shiniest new application, Flatpak isn't that bad.

It also feels in a nice position - not so corporate as to not give a darn about its community, but with enough funding and backing the important stuff gets maintained.

[–] poinck@lemmy.one 2 points 4 days ago

I just moved to Debian trixie (soon to be stable) because I needed an upgrade after ~15 years of Gentoo.

I was a proud Gentoo user. I learned a lot about systemd and kernel configuration. Many advances in portage made it possible to find the time to maintain my Gentoo setup. On my laptop I gave up Gentoo even earlier, because updating my system was just too time consuming. I actually learned less and less about the software I was using, because I was trapped in dependency conflict management. The new binary repos did save some compile time, but the actual time sinks are decision for your systems, use flags and the forementioned dependencies.

So, I installed Debian on my main workstation (two days ago). I am already using Debian on on my Raspberry Pis. I did choose a more challenging way using debootstrap, because I want to use systemd-boot, encrypted btrfs and have working hibernation. I am still busy with configuring everything.

One could argue, that I could've used the time on Gentoo to solve my current python_targets_python3_13 issues and do a proper world update. No, this is a future investment. I want the time to configure new stuff, not wait for dependency resolution or waste time solving blocking packages.

The main reason to switch from Gentoo to Debian is being able to install security updates fast without blocking packages in the same slot.