Witam. Postanowiłem dzisiaj zainstalować Wine pod Ubuntu i mam pewien problem. Z tego co wiem, najnowsza wersja to 2.0. Postanowiłem postępować postępować wg instrukcji:
http://ubuntuhandbook.org/index.php/2017/01/install-wine-2-0-ubuntu-16-04-14-04-16-10/
No więc wbijam w terminalu:
sudo add-apt-repository ppa:wine/wine-builds
Otrzymuję:
!!! PLEASE NOTE THAT THIS REPOSITORY IS DEPRECATED !!!
For more information, please see:
https://www.winehq.org/pipermail/wine-devel/2017-March/117104.html
The following commands can be used to add the new repository:
wget https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository 'https://dl.winehq.org/wine-builds/ubuntu/'
More info: https://launchpad.net/~wine/+archive/ubuntu/wine-builds
Press [ENTER] to continue or ctrl-c to cancel adding it
Wciskam Enter i otrzymuję:
gpg: keyring
/tmp/tmpf6mfwpn3/secring.gpg’ created
gpg: keyring /tmp/tmpf6mfwpn3/pubring.gpg' created gpg: requesting key 77C899CB from hkp server keyserver.ubuntu.com gpg: /tmp/tmpf6mfwpn3/trustdb.gpg: trustdb created gpg: key 77C899CB: public key "Launchpad PPA for Wine" imported gpg: Total number processed: 1 gpg: imported: 1 (RSA: 1) OK
Teraz wklejam komendy, które poleca mi bash tj:
wget https://dl.winehq.org/wine-builds/Release.key sudo apt-key add Release.key sudo apt-add-repository 'https://dl.winehq.org/wine-builds/ubuntu/'
Otrzymuję:
`--2017-10-31 17:07:03-- https://dl.winehq.org/wine-builds/Release.key
Resolving dl.winehq.org (dl.winehq.org)... 151.101.112.69
Connecting to dl.winehq.org (dl.winehq.org)|151.101.112.69|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: 3122 (3,0K) [application/pgp-keys]
Saving to: ‘Release.key’
Release.key 100%[===================>] 3,05K --.-KB/s in 0s
2017-10-31 17:07:04 (73,3 MB/s) - ‘Release.key’ saved [3122/3122]
~$ sudo apt-key add Release.key
OK
~$ sudo apt-add-repository ‘https://dl.winehq.org/wine-builds/ubuntu/’
`
Potem:
sudo apt-get update
Hit:2 http://ppa.launchpad.net/jonathonf/backports/ubuntu xenial InRelease
Hit:3 http://archive.canonical.com/ubuntu xenial InRelease
Hit:4 http://ppa.launchpad.net/ricotz/unstable/ubuntu xenial InRelease
Hit:5 https://repo.skype.com/deb stable InRelease
Hit:6 http://us.archive.ubuntu.com/ubuntu xenial InRelease
Hit:7 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu xenial InRelease
Hit:1 http://screenshots.getdeb.net xenial-getdeb InRelease
Hit:9 http://ppa.launchpad.net/wine/wine-builds/ubuntu xenial InRelease
Reading package lists... Done
~$ sudo apt-get install --install-recommends wine-staging/opt/wine-staging/bin/wine
I niby nie otrzymał żadnego komunikatu o błędzie, ale nie mam też zainstalowanego Wine’a albo nie mogę go znaleźć.