Failed to fetch https....on Raspi3

Questions about Wine on Linux
Locked
haftting
Newbie
Newbie
Posts: 2
Joined: Thu Jul 13, 2017 7:23 am

Failed to fetch https....on Raspi3

Post by haftting »

Hey, first of all I'm really new to this so I'm already sorry for that! I have issues installing WineHQ.
I followed this guide trying to install it (https://wiki.winehq.org/Debian)

After adding the repository to the sources.list ....

Code: Select all

deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free r$
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://archive.raspbian.org/raspbian/ jessie main contrib non-free rpi
#Wine repository
deb https://dl.winehq.org/wine-builds/debian/ jessie  main
...and executing 'apt-get update' after that, I get the following error message:

Code: Select all

root@raspberrypi:~# apt-get update
Hit http://archive.raspbian.org jessie InRelease
Hit http://mirrordirector.raspbian.org jessie InRelease
Hit http://archive.raspberrypi.org jessie InRelease
Hit https://dl.winehq.org jessie InRelease                                     
Hit http://mirrordirector.raspbian.org jessie/main armhf Packages              
Hit http://mirrordirector.raspbian.org jessie/contrib armhf Packages           
Hit http://mirrordirector.raspbian.org jessie/non-free armhf Packages          
Hit http://archive.raspberrypi.org jessie/main armhf Packages                  
Hit http://mirrordirector.raspbian.org jessie/rpi armhf Packages               
Get:1 http://archive.raspbian.org jessie/main Sources [7,754 kB]               
Hit http://archive.raspberrypi.org jessie/ui armhf Packages                    
Get:2 http://archive.raspbian.org jessie/contrib Sources [64.5 kB]             
Get:3 http://archive.raspbian.org jessie/non-free Sources [113 kB]             
Get:4 http://archive.raspbian.org jessie/rpi Sources [1,132 B]                 
Ign http://archive.raspberrypi.org jessie/main Translation-en_US               
Ign http://mirrordirector.raspbian.org jessie/contrib Translation-en_US        
Ign http://mirrordirector.raspbian.org jessie/contrib Translation-en           
Ign http://archive.raspberrypi.org jessie/main Translation-en                  
Ign http://mirrordirector.raspbian.org jessie/main Translation-en_US           
Ign http://archive.raspberrypi.org jessie/ui Translation-en_US                 
Ign http://mirrordirector.raspbian.org jessie/main Translation-en              
Ign http://mirrordirector.raspbian.org jessie/non-free Translation-en_US       
Ign http://archive.raspberrypi.org jessie/ui Translation-en                    
Ign http://mirrordirector.raspbian.org jessie/non-free Translation-en
Ign http://mirrordirector.raspbian.org jessie/rpi Translation-en_US
Ign http://mirrordirector.raspbian.org jessie/rpi Translation-en
W: Failed to fetch https://dl.winehq.org/wine-builds/debian/dists/jessie/InRelease  Unable to find expected entry 'main/binary-armhf/Packages' in Release file (Wrong sources.list entry or malformed file)

E: Some index files failed to download. They have been ignored, or old ones used instead.
Maybe some of you are able and willing to help!
I wish everyone a great day :)
User avatar
dimesio
Moderator
Moderator
Posts: 13204
Joined: Tue Mar 25, 2008 10:30 pm

Re: Failed to fetch https....on Raspi3

Post by dimesio »

The WineHQ packages are for i386 processors. You cannot install them on ARM.
haftting
Newbie
Newbie
Posts: 2
Joined: Thu Jul 13, 2017 7:23 am

Re: Failed to fetch https....on Raspi3

Post by haftting »

I installed Qemu.
User avatar
dimesio
Moderator
Moderator
Posts: 13204
Joined: Tue Mar 25, 2008 10:30 pm

Re: Failed to fetch https....on Raspi3

Post by dimesio »

Code: Select all

W: Failed to fetch https://dl.winehq.org/wine-builds/debian/dists/jessie/InRelease  Unable to find expected entry 'main/binary-armhf/Packages' in Release file (Wrong sources.list entry or malformed file)
Your package manager is trying to find ARM packages, which don't exist.
I installed Qemu.
https://wiki.winehq.org/ARM
viewtopic.php?f=2&t=17701
That's the extent of our instructions for ARM.

The Raspbian forum would probably be a better place to get help with this.
Locked