wine on debian wont apt-get update

Questions about Wine on Linux
Locked
Modnar
Newbie
Newbie
Posts: 2
Joined: Sun Jun 18, 2017 9:31 pm

wine on debian wont apt-get update

Post by Modnar »

i have a raspberry pi, stock. im absolutely new to linux but i have the jist of command line commands.

ive been trying for days to get wine loaded and nothing.

i run this
sudo dpkg --add-architecture i386

than this
wget -nc https://dl.winehq.org/wine-builds/Release.key

then
sudo apt-key Release.key

then i've added the repository to the sources.list
i use sudo nano /etc/apt/sources.list
i add it to the bottom of the script
i save

i then run the apt-get update,
then im greeted with this
E: The method driver /usr/lib/apt/methods/https could not be found.
N: Is the package apt-transport-https installed?

i then run sudo apt-get install apt-transport-https
then this:

Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
apt-transport-https
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 134 kB of archives.
After this operation, 185 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
apt-transport-https
Install these packages without verification? [y/N] y
Err http://mirrordirector.raspbian.org/raspbian/ jessie/main apt-transport-https armhf 1.0.9.8.3
404 Not Found [IP: 93.93.128.193 80]
E: Failed to fetch http://mirrordirector.raspbian.org/rasp ... _armhf.deb 404 Not Found [IP: 93.93.128.193 80]

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?


the site listed in the text says url 404 and no it doesnt exist i tried going to said url.
ive tried to change the soruce url to match the actual site. ive tried running wget with the url which says that it downloads but i dont know what im doing or looking for at this point

this is the text:

sudo wget http://mirrordirector.raspbian.org/rasp ... _armhf.deb
--2017-06-19 17:08:30-- http://mirrordirector.raspbian.org/rasp ... _armhf.deb
Resolving mirrordirector.raspbian.org (mirrordirector.raspbian.org)... 93.93.128.193, 2a00:1098:0:80:1000:75:0:3
Connecting to mirrordirector.raspbian.org (mirrordirector.raspbian.org)|93.93.128.193|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://mirror.umd.edu/raspbian/raspbian ... _armhf.deb [following]
--2017-06-19 17:08:31-- http://mirror.umd.edu/raspbian/raspbian ... _armhf.deb
Resolving mirror.umd.edu (mirror.umd.edu)... 129.2.73.2
Connecting to mirror.umd.edu (mirror.umd.edu)|129.2.73.2|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 133768 (131K) [application/octet-stream]
Saving to: ‘apt-transport-https_1.0.9.8.4_armhf.deb’

apt-transport-https 100%[=====================>] 130.63K 864KB/s in 0.2s

2017-06-19 17:08:31 (864 KB/s) - ‘apt-transport-https_1.0.9.8.4_armhf.deb’ saved [133768/133768]

even after this the apt- get update still doesn't work
please help!!!!


these are my sources, copy and pasted here
deb http://mirrordirector.raspbian.org/raspbian/ jessie main ontrib 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
deb https://dl.winehq.org/wine-builds/debian/ jessie main
deb http://ftp.de.debian.org/debian/ oldstable main
User avatar
dimesio
Moderator
Moderator
Posts: 13201
Joined: Tue Mar 25, 2008 10:30 pm

Re: wine on debian wont apt-get update

Post by dimesio »

The WineHQ packages are for x86 CPUs; you can't install them on ARM.
Locked