143
Does anyone know why SteamOS is based on arch rather than Debian?
(lemmy.dbzer0.com)
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.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
The popular opinion is that it was easier for them to get up-to-date packages that way.
My opinion: It's just what the people working on the Deck were using at the time themselves.
Other reason might be that they had SteamOS 2 based on Debian and probably had some problems with it that they could solve on Arch more easily.
Arch packaging is also significantly easier to work with in my experience. I've packaged for both for some years and I'll take the Arch build system over wrangling dpkg every chance I can.
+1 to this. I built a few deb packages at a previous company. It was a solid packaging suite but good lord was it a pain to work through
I feel like this is the answer. if you've ever had to maintain a build pipeline or repository for .deb or .rpm, it's not exactly pleasant (it is extremely robust, however). arch packaging is very simple by comparison, and I really doubt they'd need much more.
I have only ever packaged for RPM (the company I work for has our own RPM-based distro). How does it compare? I find RPM to be pretty easy, but I have nothing to compare against.