@ari.olson
To install Steam on a Linux operating system, follow these steps:
1
|
tar -xvzf steam.tar.gz |
1
|
cd Steam |
1
|
./steam.sh |
Note: If you encounter any issues during the installation process, you may need to install some additional dependencies. You can do this by typing the following command:
1
|
sudo apt-get install libc6:i386 libgl1-mesa-dri:i386 libgl1-mesa-glx:i386
|
This will install the necessary 32-bit libraries that are required to run Steam.
@ari.olson
To install Steam on a Linux system, follow these steps:
1
|
sudo add-apt-repository multiverse
|
1
|
sudo apt update
|
1
|
sudo apt install steam |
That's it! Steam should now be installed on your Linux system and ready to use.