trouble installing winehq-devel on Debian jessie

Questions about Wine on Linux
Locked
Bob the Hamster
Newbie
Newbie
Posts: 3
Joined: Wed Mar 23, 2016 10:41 am

trouble installing winehq-devel on Debian jessie

Post by Bob the Hamster »

Hello! I am trying to install winehq-devel on Debian jessie using these instructions here: https://wiki.winehq.org/Debian

But when I get to the step where I

Code: Select all

apt-get install winehq-devel
It fails saying:

Code: Select all

After this operation, 361 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 https://dl.winehq.org/wine-builds/debian/ jessie/main wine-devel-amd64 amd64 1.9.5~jessie [20.3 MB]
Err https://dl.winehq.org/wine-builds/debian/ jessie/main wine-devel-amd64 amd64 1.9.5~jessie
  HttpError404
Get:2 https://dl.winehq.org/wine-builds/debian/ jessie/main wine-devel-i386 i386 1.9.5~jessie [19.9 MB]
Get:3 https://dl.winehq.org/wine-builds/debian/ jessie/main wine-devel amd64 1.9.5~jessie [1,082 kB]
Err https://dl.winehq.org/wine-builds/debian/ jessie/main wine-devel amd64 1.9.5~jessie
  HttpError404
Get:4 https://dl.winehq.org/wine-builds/debian/ jessie/main winehq-devel amd64 1.9.5~jessie [3,336 B]
Fetched 19.9 MB in 23s (844 kB/s)                                            
E: Failed to fetch https://dl.winehq.org/wine-builds/debian/pool/main/w/wine-devel/wine-devel-amd64_1.9.5~jessie_amd64.deb  HttpError404

E: Failed to fetch https://dl.winehq.org/wine-builds/debian/pool/main/w/wine-devel/wine-devel_1.9.5~jessie_amd64.deb  HttpError404
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

I checked and confirmed that 1.9.5 does NOT exist (https://dl.winehq.org/wine-builds/debia ... _amd64.deb), but I see that 1.9.6 DOES exist (https://dl.winehq.org/wine-builds/debia ... _amd64.deb)

I also noticed that in https://dl.winehq.org/wine-builds/debia ... ary-amd64/ the Packages file references 1.9.6 while the Packages.gz file references 1.9.5
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: trouble installing winehq-devel on Debian jessie

Post by dimesio »

Bob the Hamster
Newbie
Newbie
Posts: 3
Joined: Wed Mar 23, 2016 10:41 am

Re: trouble installing winehq-devel on Debian jessie

Post by Bob the Hamster »

I will do so, thanks!
Bob the Hamster
Newbie
Newbie
Posts: 3
Joined: Wed Mar 23, 2016 10:41 am

Re: trouble installing winehq-devel on Debian jessie

Post by Bob the Hamster »

Locked