gaming on linux

Anything related to gaming on Linux Mint including game discussion or questions concerning Steam or Wine.
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
abarat

gaming on linux

Post by abarat »

hello, i am new at linux, and i was wonderig how i can play my games here, i have world of warcraft, the sims 3, i have programs like adobe mastercolection og painttool sai. is there anny way for me to instal them on linux?
best regards Eivor the newbie :D
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
paed808

Re: gaming on linux

Post by paed808 »

You can use Wine to install windows programs in Linux. However, some programs might not work, but some might.
Open a terminal, and type these lines:

Code: Select all

sudo add-apt-repository ppa:ubuntu-wine/ppa

Code: Select all

sudo apt-get update

Code: Select all

sudo apt-get install wine1.5
also playonlinux is helpful
http://www.playonlinux.com/en/download.html

Code: Select all

wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -

Code: Select all

sudo wget http://deb.playonlinux.com/playonlinux_precise.list -O /etc/apt/sources.list.d/playonlinux.list

Code: Select all

sudo apt-get update

Code: Select all

sudo apt-get install playonlinux
The Sims 3 works well in Wine.
http://appdb.winehq.org/objectManager.p ... &iId=16664

World of Warcraft works well in Wine.
http://appdb.winehq.org/objectManager.p ... n&iId=1922

Not sure if Adobe Mastercollection works, but I think CS2 works.
You can also use GIMP, the version 2.8 is a great alternative to photoshop.
GIMP 2.6 comes with LM 13, LM 14+ have GIMP 2.8
You can install GIMP 2.8 in LM 13 with this http://www.webupd8.org/2013/02/gimp-284 ... buntu.html
Locked

Return to “Gaming”