this post was submitted on 22 Nov 2023
1256 points (93.5% liked)

Linux

47237 readers
3343 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
1256
submitted 10 months ago* (last edited 10 months ago) by [email protected] to c/[email protected]
 

stolen from linux memes at Deltachat

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 10 months ago (1 children)

Many distros do their own packaging on their repos, adding dependencies and custom-builds with custom configurations, and this often breaks my OS. On arch, this doesn't happen to me. What's your experience?

[–] [email protected] 4 points 10 months ago (1 children)

Arch also does its own packaging on its repos.

However you are right that Arch tries to stay as close as possible to the source. This is fondamentally different than the debian (and thus all debian-derived distros) way of packaging where they aim for a fully integrated OS at the expense of applying their own patches to many packages.

The patches can sometimes bring issues since they can bring unexpected behaviour if you come from Arch and sometimes will help the end user tremendously since they won't have to configure every piece of software to work on their computer.

This is really two way of looking at the issue: Arch is make your own OS and Debian has a more hands off approach.

[–] [email protected] 2 points 10 months ago (1 children)

Yeah.

Arch also does its own packaging on its repos.

I know, I said "custom-builds with custom configurations", I mean the custom configurations many distros add.

I also feel like Debian is very clean, but I still miss the big community under Arch, their wiki and AUR...

[–] [email protected] 1 points 10 months ago

Custom configs is for people who might not want to tinker as much so maybe it's not for you if you prefer Arch.

To answer the question you asked previously, yes I had issues with custom configs from Debian. One I remember is mupdf being launched by a bash script and thus not understanding why did I have two PIDs (one for bash, one for the mupdf binary) when starting.

For context this was important because I needed to know the PID of mupdf to send a SIGHUP to update the view.