I'm really pulling my hair out trying to get Steam installed on my system. I've updated all my packages and even manually tried installing some dependencies, but every time I hit a wall. I'm using the latest version of Linux Mint with NVIDIA graphics, and I keep running into issues with unmet dependencies that don't seem to resolve. Can anyone help with tips or solutions for getting Steam up and running?
5 Answers
You might want to try using Flatpak for Steam. I've been using it without any issues. Just run `flatpak install flathub com.valvesoftware.Steam` and it should sort you out!
Flatpak's a good choice. If you want another option, you could also use GDebi to install the official Steam .deb file. Just download it from their repo and install it with GDebi. Make sure you have GDebi installed first: `sudo apt install gdebi`. It’s worked for me in the past!
Thanks for the advice! I ended up going with the Flatpak and it worked perfectly, but I appreciate the alternative too!
How are you trying to install it? You should be able to find Steam in the software center. That usually makes things easier!
I tried installing it directly from the deb file on Steam's website, and it didn’t go well. I ended up using the one from the software manager but had issues again. Flatpak did the trick, though—appreciate the suggestion!
Honestly, just go with the Flatpak. It's straightforward, and I had success with it too.
I did use Flatpak, and it worked perfectly. Thanks for the confirmation!
You could also try running `sudo apt update && sudo apt upgrade && sudo apt autopurge`. It might clear up some issues for the install. Let me know if that helps!
I gave that a shot, and it cleared up some files, which was probably helpful for the install. Thanks!

I finally got it to work! I think I might have tried using Flatpak before without success, but this time I manually downloaded Steam from Flathub and it worked with just a couple of terminal commands. Thanks a ton!