this post was submitted on 07 Sep 2023
44 points (95.8% liked)
Linux
48029 readers
790 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
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
view the rest of the comments
As others have said, older Steam Machine era SteamOS was Debian-based, Steam Deck era SteamOS is Arch-based.
By default, SteamOS ships with the KDE desktop environment, so if you want a desktop that looks like the one on your Steam Deck, go with a distro that ships KDE.
In terms of terminal commands, most are going to be similar across Linux distros and there will be a non-zero amount of overlap with MacOS. The main differences are going to be in package management, ie installing and removing software. SteamOS has an immutable file system and doesn't let users get to the system package manager (which should be pacman for an Arch-based system) by default; users are expected to install applications via Flatpak.
Flatpak is typically used as an alternate package manager; it's designed to be distro agnostic (doesn't matter if you're on Debian or Arch or Fedora etc.), and really geared toward graphical end-user apps rather than OS components or CLI tools. On a typical Linux desktop, Flatpak would be used alongside the standard package manager. Installing something on your Steam Deck via Flatpak would be done with the same command as on my Linux Mint machine, but I could also use APT to install something from the standard repos. SteamOS prevents users from doing that by default. They chose to do it that way to provide a smart phone-like environment where the underlying OS "just works" and the user just installs games and apps. I keep using the phrase "by default" because you can change that setting and then monkey around with it. Or install a different OS entirely. Paraphrasing GabeN: It's your PC; do whatever you want with it.