How can I run the windows version of steam using wine. (i'm a little confused with all the cd commands and stuff)
Asked
Active
Viewed 360 times
1 Answers
-1
Well, good news is you apparently don't need wine to run steam in ubuntu, it is supported natively. Bad news is you will have to use one or two commands, so i am gonna guide you through the procedure.
First download steam deb file from here
After it is downloaded, place it to your desktop. After that open a terminal and put in following commands one by one.
cd ~/Desktop
sudo dpkg -i steam_latest.deb
After dpkg completes you will have steam installed and you can close terminal. Goodluck
H. Freeze
- 531