PDA

View Full Version : How to install Wine 1.7.44 under Ubuntu 14.04 (64bit)



mirkko22
July 11th, 2015, 02:30 PM
Hello

I would like install Pokerstar with Wine: https://appdb.winehq.org/objectManager.php?sClass=application&iId=2029

So I installed Wine from de Ubuntu software center but is the version 1.6 which as been installed and Pokerstar need 1.7.44 at minimum for well work. I tried a bunch of things for update to 1.7.44 but without success.

The follow page https://www.winehq.org/download/ubuntu explain the step...but when I type "sudo add-apt-repository ppa:ubuntu-wine/ppa" I get always the message "Cannot add PPA: 'ppa:ubuntu-wine/ppa'....Please check that the PPA name or format is correct.".

I made a "sudo apt-get update" then "sudo apt-get dist-upgrade" fro check against dependencies but no change...

Any clue ?

Vladlenin5000
July 11th, 2015, 03:00 PM
Just tested and it worked for me (I didn't actually installed/upgrade WINE but could easily add the PPA). I'm using 15.04 but that shouldn't make a difference adding a PPA.
Are there no other errors when you run the update/upgrade/dist-upgrade (yes, you should follow this order)?

mirkko22
July 11th, 2015, 03:15 PM
Thanks for your reply... I posted my question in another forum and other people tell me the same... They have no problem... My install is new (freshly installed in a new laptop) reason why I don't understand. I checked if all Package options are well ticked (Universe, third party and others) ans is the case... No I don't have any error...only this:


dotcom22@dotcom22:~$ sudo add-apt-repository ppa:ubuntu-wine/ppa
[sudo] password for dotcom22:
Cannot add PPA: 'ppa:ubuntu-wine/ppa'.
Please check that the PPA name or format is correct.
dotcom22@dotcom22:~$


I found also this ans tried to install:

https://launchpadlibrarian.net/208901755/wine1.7-amd64_1.7.44-0ubuntu1_amd64.deb

But I get this:

http://pix.tdct.org/upload/thumb/1436623654.png (http://pix.tdct.org/upload/original/1436623654.png)


Any more clue ??

dino99
July 11th, 2015, 03:18 PM
no problem to add that ppa via synaptic
https://launchpad.net/~ubuntu-wine/+archive/ubuntu/ppa

mirkko22
July 11th, 2015, 03:25 PM
no problem to add that ppa via synaptic
https://launchpad.net/~ubuntu-wine/+archive/ubuntu/ppa

yes already tested and I get the error displayed on the screenshot in the post above..

Vladlenin5000
July 11th, 2015, 03:26 PM
http://www.linuxandubuntu.com/home/wine-1-7-42-released-install-update-in-ubuntu-linux-mint <- They explicitly recommend purging the old version. The error message complains about that (yes, I can read and understand French perfectly, not so much speak...). So, I would do exactly that, then try again to add the PPA. If the symptom persists then I would try to install it directly with the .deb which should now work with the older version removed.

mirkko22
July 11th, 2015, 03:35 PM
I tried to purge but I get a message telling the command purge cannot be found.. ??


dotcom22@dotcom22:~$ sudo apt-get remove –purge wine
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
E: Impossible de trouver le paquet –purge
dotcom22@dotcom22:~$


Nice if you know some french... ;-)

Vladlenin5000
July 11th, 2015, 03:43 PM
It should be a double hyphen as in
sudo apt-get remove --purge (...)

Reason:

apt-get remove packagename removes the binaries but not its configuration or data files.
You want
apt-get remove --purge packagename in order to start fresh because it removes the configuration or data files along with the binaries. Alternatively,
apt-get purge packagename should work as well.

mirkko22
July 11th, 2015, 04:18 PM
Ok I was able to purge successfully but I got a message telling Wine was not installed so nothing has been removed... Anyway the problem remain... that crazy..! Any others suggestions please ?

Vladlenin5000
July 11th, 2015, 04:28 PM
Crazy indeed... And I'm out of suggestions :(:(:(

mirkko22
July 11th, 2015, 04:31 PM
Ok thank for helping... I will update this topic if I find a solution...Cheers

mirkko22
July 11th, 2015, 05:34 PM
well I solved the problem. I had a certificate issue and the fact to do this solved my problem:


sudo apt-get install --reinstall ca-certificates