Can I install Wine 1.4 on Ubuntu 11.10 Oneiric?

Questions about Wine on Linux
Locked
Alex_G
Level 4
Level 4
Posts: 125
Joined: Fri Mar 02, 2012 2:48 am

Can I install Wine 1.4 on Ubuntu 11.10 Oneiric?

Post by Alex_G »

Can I get it from repository?

When I'm adding ppa with updating, apt-get still cannot find last version (only 1.3.28 is avail. to load).
When print 'sudo apt-get install wine1.4' it gives an error (something as: no such file)
ahso
Level 4
Level 4
Posts: 182
Joined: Sat Feb 20, 2010 2:31 am

Post by ahso »

wait or compile the sources something alike:
tools/wineinstall

to remove/update do from root folder:
make uninstall


simple hey
Alex_G
Level 4
Level 4
Posts: 125
Joined: Fri Mar 02, 2012 2:48 am

Post by Alex_G »

Ok, then only this way.

Thanks!
ruinairas
Level 3
Level 3
Posts: 62
Joined: Sun Oct 02, 2011 6:47 pm

Hey

Post by ruinairas »

I compiled wine 1.4 stable myself. You can download the .deb file here http://www.mediafire.com/?7zi68cw59qzkawl. It's the first package I've created so I don't know if it'll work on 11.10. I made it using a i386 12.04 Beta system.
Vincent123
Level 2
Level 2
Posts: 13
Joined: Fri Mar 09, 2012 4:01 am

Post by Vincent123 »

It's gonna be compiled by the developers soon.
Usually it takes 3-7 days for them, but sometimes faster.
Alex_G
Level 4
Level 4
Posts: 125
Joined: Fri Mar 02, 2012 2:48 am

Post by Alex_G »

Thanks!
ThomasAnderson
Newbie
Newbie
Posts: 2
Joined: Sat Mar 10, 2012 2:43 am

Post by ThomasAnderson »

yes you can install wine 1.4 on Ubuntu 11.10 as follows:

press Ctrl + alt + T to open the Terminal.
Now type the following command:

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

after it type the following:

sudo apt-get update && sudo apt-get install wine1.4
Alex_G
Level 4
Level 4
Posts: 125
Joined: Fri Mar 02, 2012 2:48 am

Post by Alex_G »

ThomasAnderson wrote:yes you can install wine 1.4 on Ubuntu 11.10 as follows:

press Ctrl + alt + T to open the Terminal.
Now type the following command:

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

after it type the following:

sudo apt-get update && sudo apt-get install wine1.4
Still unavailable for Oneiric, that method won't work (error: cannot find packet)

Another way, get .deb from here:

https://launchpad.net/~ubuntu-wine/+arc ... er=oneiric
Locked