How to install steam on Ubuntu 20.04

I have installed Steam on my Linux, followed the instruction to download lib32, but after doing that, my Linux just crashed. It was not booting in normal mode (just recovery mode), lost all my data (nothing much to worry about). Now I did reinstall Linux on my laptop again. Is there any safe way to install Steam without crushing system, it says missing lib32 and I can't do same operations iIdid (apt install libc6:i386), it just not gonna work! I could not find any solution on the internet rather than downloading lib32!

14

2 Answers

sudo apt install steam

thats the command you should have written.

You can install with this code in terminal:

sudo apt-get install steam

Or with GUI browser: Go to this link and download .deb file: Click to .deb file for starting installing package.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like