• 0 Posts
  • 77 Comments
Joined 1 year ago
cake
Cake day: July 8th, 2023

help-circle



















  • SteamOS is unique in that it’s an immutable OS (which means basically everything out of the /home folder is not modifiable by the user). This limits you to package management that works within the /home folder, which is basically just flatpak and AppImages by default. You can also use things like nix, but that’s a bit more complex.

    Modifying the SteamOS system still is possible with utilities like rwfus, but that’s a bit more complex (OverlayFS is the keyword to look up if you’re curious).

    With normal, mutable distros, you are able to modify the entire root of the filesystem, which means there are no restrictions on how you can modify your OS, and you can use regular package managers that do so for you.

    Also FYI, flatpaks work on every distro, so anything that’s available on the SteamOS Discover store will also be available on every other distro. It uses flathub.org