this post was submitted on 20 Mar 2022
8 points (72.2% liked)

Linux

47362 readers
1425 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 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] toneverends@lemmy.ml 2 points 2 years ago (1 children)

If you really like routinely building core packages in your system from source, use Gentoo. It's a distro made for building everything from source, so is one of the best set up for the risks that entails.

[–] Aiwendil@lemmy.ml 4 points 2 years ago

As gentoo user I can't argue with that... ;)

But I think there are reasons why someone would want to build suckless tools manually...namely that their configuration is mostly done in the source-code (Damn, it's so hard to not write anything too opinionated about suckless but I really try my best). But even then I agree with your other post that it's far better to use the distro facilities for building the the distro source packages just with your own patches applied.