Re: Installing Wine in gOS
Hey!
I had used gOS Rocket that is the 2.0 version and i tried wine on it... It worked very smoothly on it and i used to play some games to take a break from internet...! :whistling Well i am not sure about it working in the current 3.1 version but it will work...! If it can work with older version it would have no problems with the updated and new version... Not sure though...! All the best...!
Re: Installing Wine in gOS
Hey!
Thanks a tonn for replying to this question of mine...! I'm glad that wine works with gOS. Now one more help..! How do i install wine on my gOS? Well i'll give it a try and post back if it works with version 3.1 or not...! Can you help me install it..!? Thanks in advance..!
Re: Installing Wine in gOS
Hey!
Thats easy and almost same as Ubuntu...! Well it goes this way :
Open terminal and type :
Code:
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
now once the key is installed add it to the repository by typing the following code in terminal :
Code:
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/winehq.list
Now finally update the package manager's list of available software by typing in terminal :
Code:
sudo apt-get update
Once done with this download and install wine by typing in terminal :
Code:
sudo apt-get install wine
All the best..!