Jump to content

[Guide]Steam under Ubuntu[Linux]


Hax0r

Recommended Posts

You'll need Wine, steam installer, some fonts.

 

 

  • Wine

On terminal:

sudo apt-get install wine

  • Once wine is installed, download these fonts.

http://thepemberton.com/posts/downloads/fonts.7z

or

http://rapidshare.com/files/299699800/fonts.7z

 

you will also need a 7z extractor:

sudo apt-get install p7zip-full

Extract them to ~/.wine/drive_c/windows/fonts/ .

 

  • Steam Installer(msi)

http://storefront.steampowered.com/download/SteamInstall.msi

Save it to desktop.

 

  • Installing Steam

on terminal

cd ~/Desktop
msiexec /i SteamInstall.msi

and follow the steps to install Steam.

-Download the games and you're ready to play the game.

 

  • Re-launching the game

Create a ".sh" file on desktop and edit it with text editor

cd ~/.wine/drive_c/Program\ Files/Steam
wine Steam.exe

save and run...

you might need to add rights for execution

cd ~/desktop
chmod +x "filename.sh"

 

 

Credits to wiki.ubuntu.com and thepemberton.com

Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...