Install failure

Questions about Wine on Linux
Locked
niglov
Newbie
Newbie
Posts: 3
Joined: Tue Mar 15, 2016 6:04 am

Install failure

Post by niglov »

Hi,

I am new user and trying to install Wine.

I am following all the instructions on you installation page but each time it fails with the following errors:
admin@ubuntu_14:~$ sudo apt-get install --install-recommends winehq-devel
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package winehq-devel
admin@ubuntu_14:~$ sudo apt-get install --install-recommends winehq-staging
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package winehq-staging
admin@ubuntu_14:~$
Any suggestions please???

N
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Install failure

Post by dimesio »

The obvious question: did you add the repository first?

If that's not the problem, what version of Ubuntu are you on? WineHQ only builds packages for 12.04, 14.04, 15.04, 15.10, 16.04.
niglov
Newbie
Newbie
Posts: 3
Joined: Tue Mar 15, 2016 6:04 am

Re: Install failure

Post by niglov »

Hi, Yes, I added the repository and reported OK as follows:
admin@ubuntu_14:~$ sudo dpkg --add-architecture i386
[sudo] password for admin:
admin@ubuntu_14:~$ sudo add-apt-repository ppa:wine/wine-builds

More info: https://launchpad.net/~wine/+archive/ubuntu/wine-builds
Press [ENTER] to continue or ctrl-c to cancel adding it

gpg: keyring `/tmp/tmpoi8wuxzm/secring.gpg' created
gpg: keyring `/tmp/tmpoi8wuxzm/pubring.gpg' created
gpg: requesting key 77C899CB from hkp server keyserver.ubuntu.com
gpg: /tmp/tmpoi8wuxzm/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
I am running Ubuntu 14.04.03 LTS

Still no luck! :-(

N
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Install failure

Post by dimesio »

Did you run

Code: Select all

sudo apt-get update
after adding the repository?
niglov
Newbie
Newbie
Posts: 3
Joined: Tue Mar 15, 2016 6:04 am

Re: Install failure

Post by niglov »

Hi again, yes, update run with following result:
admin@ubuntu_14:~$ sudo apt-get update
Ign http://archive.ubuntu.com trusty InRelease
Ign http://dl.google.com stable InRelease
Hit http://repo.steampowered.com precise InRelease
Ign http://archive.canonical.com trusty InRelease
Hit http://ppa.launchpad.net trusty InRelease
Hit http://repository.spotify.com stable InRelease
Hit http://ppa.launchpad.net trusty InRelease
Get:1 http://qnap.dorowu.com trusty InRelease
Get:2 http://dl.google.com stable Release.gpg [181 B]
Hit http://ppa.launchpad.net trusty InRelease
Get:3 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB]
Get:4 http://archive.canonical.com trusty Release.gpg [933 B]
Get:5 http://archive.ubuntu.com trusty-security InRelease [65.9 kB]
Hit http://ppa.launchpad.net trusty/main amd64 Packages
Hit http://archive.canonical.com trusty Release
Hit http://ppa.launchpad.net trusty/main i386 Packages
Hit http://ppa.launchpad.net trusty/main Translation-en
Get:6 http://dl.google.com stable Release [782 B]
Hit http://repository.spotify.com stable/non-free amd64 Packages
Get:7 http://archive.ubuntu.com trusty Release.gpg [933 B]
Get:8 http://ppa.launchpad.net trusty InRelease [16.0 kB]
Hit http://repository.spotify.com stable/non-free i386 Packages
Hit http://archive.ubuntu.com trusty Release
Hit http://ppa.launchpad.net trusty/main amd64 Packages
100% [1 InRelease gpgv 946 B] [Waiting for headers] [Waiting for headers] [WaitSplitting up /var/lib/apt/lists/partial/qnap.dorowu.com_qpkg_dists_trusty_InReleaIgn http://qnap.dorowu.com trusty InRelease
Hit http://ppa.launchpad.net trusty/main i386 Packages
E: GPG error: http://qnap.dorowu.com trusty InRelease: Clearsigned file isn't valid, got 'NODATA' (does the network require authentication?)
admin@ubuntu_14:~$
N
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Install failure

Post by dimesio »

There's a GPG error at the end of your update log. I don't use Ubuntu, so I can't help you with it. Ask on the Ubuntu forum.
Locked