View Full Version : steam on ubuntu 64 bit
Shishimaru
April 2nd, 2024, 07:33 PM
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?
fizzyfanta
April 3rd, 2024, 05:41 PM
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.
Shishimaru
April 8th, 2024, 09:17 PM
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.
fizzyfanta
April 9th, 2024, 06:21 PM
In a default install of Ubuntu 22.04 and 23.10 installing steam using the official DEB file works without issue.
hyperlinxe
April 11th, 2024, 05:10 PM
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...
fizzyfanta
April 13th, 2024, 01:19 PM
@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.
currentshaft
May 8th, 2024, 03:31 AM
pop
keshara283
May 10th, 2024, 02:12 AM
I just recently installed 24.04 on my Desktop. Tried the Snap Steam, and that just caused too many unnecessary headaches. I found using the .deb version I was getting weird micro-stutters which did not exist on my old Arch setup. Finally I tried the Flatpak Steam and now things are working great on my system.
nicolasdentremont
May 10th, 2024, 02:40 AM
I also started with the snap version of Steam. I had just installed Ubuntu to see what was new in the Linux world and I was surprised to see Steam in the software store. Anyway I couldn't get Protontricks to work with the Snap version so I switched to the .deb from the Steam website. Most of the information that I've read online said to avoid the Snap version of Steam (and most other snaps too). So far it's been working fairly well.
maximge
May 21st, 2024, 08:52 AM
Can you provide more details about your computer?
basednev
June 25th, 2024, 09:44 PM
Your frustrations are valid. The guy who said deb packages install on a default installation is not fully correct. You need to install something like GDebi Package Installer to properly install a local deb package properly and check for dependencies.
TenPlus1
June 28th, 2024, 06:51 AM
To install a .deb package without additional tools go to terminal, cd into the directory containint the deb and type this:
sudo apt install ./mypackage.deb
dunky.funky
June 29th, 2024, 09:41 AM
The package states-
Because Steam requires 32-bit libraries, before installing this package it
will be necessary to run, as root:
.
dpkg --add-architecture i386; apt update
once that is done you can use - sudo apt install steam-launcher.
Ive just done this and steam works fine im on 24.04 and playing world of warcraft through steam.
Powered by vBulletin® Version 4.2.2 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.