Results 1 to 7 of 7

Thread: steam on ubuntu 64 bit

  1. #1
    Join Date
    Nov 2009
    Location
    Caserta, Italy
    Beans
    62
    Distro
    Ubuntu

    steam on ubuntu 64 bit

    Hi there.

    I am trying to install Steam on a Ubuntu 64 bit OS. I am using the app store, but when I launch Steam, it says that I am lacking the 32bit libraries. I am trying to install them, but really struggling. Any ideas?

  2. #2
    Join Date
    Sep 2008
    Beans
    3

    Re: steam on ubuntu 64 bit

    Uninstall it and do not use it.

    Get the officially supported DEB package directly from steam. https://store.steampowered.com/

    Truth of the matter is the snap version which is what you are trying to use is a pain.

  3. #3
    Join Date
    Nov 2009
    Location
    Caserta, Italy
    Beans
    62
    Distro
    Ubuntu

    Re: steam on ubuntu 64 bit

    Quote Originally Posted by fizzyfanta View Post
    Uninstall it and do not use it.

    Get the officially supported DEB package directly from steam. https://store.steampowered.com/

    Truth of the matter is the snap version which is what you are trying to use is a pain.

    I tried that too, but can't find dependencies. I'll try to manually install them, but seems that some packages do not exist.

    Steam shouldn't be so hard to install. 8 or 9 years have passed since I stopped and it's sad that the Linux desktop situation is still like so.

  4. #4
    Join Date
    Sep 2008
    Beans
    3

    Re: steam on ubuntu 64 bit

    In a default install of Ubuntu 22.04 and 23.10 installing steam using the official DEB file works without issue.

  5. #5
    Join Date
    Apr 2024
    Beans
    41

    Re: steam on ubuntu 64 bit

    you always have to add 32 bit library support in order to install steam(because steam is still a 32bit program)

    the commands to install it are like this

    sudo dpkg --add-architecture i386
    sudo apt update
    sudo apt install steam

    and if you get the steam .deb from it's website
    then you would navigate to the folder it's in and use
    sudo dpkg -i steam.deb, after using the commands,
    to add 32bit library support, and updating the apt
    database listed above...
    Last edited by hyperlinxe; 3 Weeks Ago at 05:13 PM.

  6. #6
    Join Date
    Sep 2008
    Beans
    3

    Re: steam on ubuntu 64 bit

    @hyperlinxe

    I dont know if that was something in the past you had to do but right now if you install the official steam *.DEB after launching the steam app it will automatically check and install the 32 bit libs for you. No need to manually install it yourself.

  7. #7
    Join Date
    May 2024
    Beans
    10

    Re: steam on ubuntu 64 bit

    Use the Steam flatpak. No issues for me on Ubuntu and runs every game.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •