Questions about Wine on Linux
Qowaf
Level 2
Posts: 11 Joined: Sat Jun 07, 2014 3:41 am
Post
by Qowaf » Tue Jan 26, 2016 1:30 am
Code: Select all
uname -a
Linux PCname 3.19.0-32-generic #37~14.04.1-Ubuntu SMP Thu Oct 22 09:41:40 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
When following
https://wiki.winehq.org/Ubuntu I always get Wine v1.9 (now automatically updated to 1.9.2).
I wish to get the stable Wine v1.8 ... Please how to do ?
Qowaf
Level 2
Posts: 11 Joined: Sat Jun 07, 2014 3:41 am
Post
by Qowaf » Tue Jan 26, 2016 4:58 pm
Thank you for the answer, I think I found the package:
https://launchpad.net/~ubuntu-wine/+arc ... hive-extra
The thing I don't understand is why the software manager of my Linux Mint 17.3 (based on Ubuntu 14.04.1) still provides v1.6.2 and not v1.8.0 Do you think what users of Ubuntu v14.04.x have easy access to v1.8.0 ?
dimesio
Moderator
Posts: 13373 Joined: Tue Mar 25, 2008 10:30 pm
Post
by dimesio » Tue Jan 26, 2016 7:14 pm
Qowaf wrote:
The thing I don't understand is why the software manager of my Linux Mint 17.3 (based on Ubuntu 14.04.1) still provides v1.6.2 and not v1.8.0
Did you add the PPA I pointed you to to your package manager?
Do you think what users of Ubuntu v14.04.x have easy access to v1.8.0 ?
They would have access to the same repository I pointed you to.
Qowaf
Level 2
Posts: 11 Joined: Sat Jun 07, 2014 3:41 am
Post
by Qowaf » Wed Jan 27, 2016 8:37 am
Ok thank you I have v1.8
I do not know exactly how I did, here are the commands I have typed (maybe only the last one was really useful):
Code: Select all
apt-get remove wine
sudo apt-get remove --install-recommends winehq-staging
sudo add-apt-repository remove ppa:wine/wine-builds
From the GUI: Software manager > Edit > Sources > PPA (in the left column) > deselect "wine/wine-builds" and "wine/wine-builds (Sources)"
Code: Select all
sudo apt-get update
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.8
Qowaf
Level 2
Posts: 11 Joined: Sat Jun 07, 2014 3:41 am
Post
by Qowaf » Thu Jan 28, 2016 2:04 am
For information, I have installed Wine 1.8 on a Xubuntu v15.10 distribution, here are the right steps:
Code: Select all
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.8