• @furimisu
    link
    31 year ago

    Steam os? Isn’t it nix?

    • @achensherd
      link
      41 year ago

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

      • @dustojnikhummer
        link
        41 year ago

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

        • @achensherd
          link
          21 year 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
            11 year 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
        21 year 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
          11 year 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
            11 year 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.