Just install EndeavorOS lol

Pantherina@feddit.de to Linux@lemmy.ml – 1270 points –

stolen from linux memes at Deltachat

303

You are viewing a single comment

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.

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...

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.