• @furimisu
    link
    32 years ago

    Steam os? Isn’t it nix?

    • @achensherd
      link
      42 years ago

      It is. The current version found on the Steam Deck is based on Arch Linux.

      • @dustojnikhummer
        link
        42 years ago

        And for non handhelds it provides 0 benefits over any other distro with Steam on it.

        • @achensherd
          link
          22 years ago

          Yeah, but it’s Linux!

          There’s definitely no reason to install it on anything other than a handheld or PC being used as a console, though. It’s not officially available anyway - only way to install the version found on the SD onto anything else right now is via Holo ISO.

          • @dustojnikhummer
            link
            12 years ago

            Valve said it will be, but again, for non handhelds I don’t see it having any advantages over any other distro with Steam preinstalled.

      • nicman24
        link
        fedilink
        22 years ago

        It is but it is not really workable to use pacman. Each steamos major update breaks all installed packages as it has an immutable root that overwrites anything installed by you.

        Most people just use appimages and flatpaks as they are installed on home so they are not overwritten.

        • @achensherd
          link
          12 years ago

          That immutability is kind of a strength for what it’s installed on. If pacman is needed, better off using something like EndeavourOS.

          • nicman24
            link
            fedilink
            12 years ago

            I am not complaining. But it ought to have an overlayfs to keep at least /etc/ plus an file that keeps track extra installed packages, to be reinstalled easily.