tl;dr In a recent thread on Mastodon, it was revealed that Ubuntu 23.04 users can’t install the Steam deb package from the Ubuntu archive without jumping through some technical hoops. It turns out this was a mistake, a bug was filed, and future builds shouldn’t have this problem.

Steam - the game store/launcher from Valve requires a bunch of 32-bit libraries to function. Many of the games that Steam installs also require many of these various libraries. These older games are likely never going to get updated to have 64-bit clean builds.

The thread on Mastodon brought up an expected thought process, though. The conspiracy theory-minded might (reasonably) think “This is Canonical breaking the deb, so you’re forced to use the snap”. But that doesn’t appear to be the case.

It’s just a simple mistake that is fixed, and now (a selected set of) i386 packages will be easily accessible again.

  • phx@lemmy.ca
    link
    fedilink
    arrow-up
    17
    arrow-down
    3
    ·
    10 months ago

    I guess one question is: why is it still 32-bit? Feels like something Valve should be updating now.

    I’d wonder if it is too maintain compatibility with 32-bit titles?

    • Kangie@lemmy.srcfiles.zip
      link
      fedilink
      arrow-up
      18
      ·
      10 months ago

      TL;DR is that wine doesn’t yet support WoW64 (Windows on Windows64), which enables the running of 32-bit binaries on a 64-bit system - it’s conceptually similar to multilib on Linux. You can’t run 32-bit Windows bins on a purely 64-bit WINE as I understand it.

      • phx@lemmy.ca
        link
        fedilink
        arrow-up
        10
        ·
        10 months ago

        But the Steam launcher doesn’t run on Wine. Some games may run on Proton but one shouldn’t depend on the other AFAIK?

      • superminerJG@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        10 months ago

        well, Wine does support WoW64, but the way it’s implemented requires you to install both 32 and 64 bit Wine.

    • chayleaf@lemmy.ml
      link
      fedilink
      arrow-up
      5
      ·
      10 months ago

      yes, many games have 32-bit builds (though maybe Valve can just use 32-bit Steam Runtime to preserve compatibility)