I have a problem installing wine on debian 11

Questions about Wine on Linux
Locked
Hffirbi
Level 2
Level 2
Posts: 13
Joined: Mon Oct 09, 2023 5:36 pm

I have a problem installing wine on debian 11

Post by Hffirbi »

idk what to say, hopefully the log might help

Code: Select all

noahmonkeye@penguin:~$ sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bullseye/winehq-bullseye.sources
--2023-10-09 18:28:06--  https://dl.winehq.org/wine-builds/debian/dists/bullseye/winehq-bullseye.sources
Resolving dl.winehq.org (dl.winehq.org)... 151.101.130.217, 151.101.66.217, 151.101.2.217, ...
Connecting to dl.winehq.org (dl.winehq.org)|151.101.130.217|:443... connected.
HTTP request sent, awaiting response... 304 Not Modified
File ‘/etc/apt/sources.list.d/winehq-bullseye.sources’ not modified on server. Omitting download.
how do i fix this?
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: I have a problem installing wine on debian 11

Post by jkfloris »

You have probably already downloaded the file.
You can check this with:

Code: Select all

cat /etc/apt/sources.list.d/winehq-bullseye.sources

# You should see:
Types: deb
URIs: https://dl.winehq.org/wine-builds/debian
Suites: bullseye
Components: main
Architectures: amd64 i386
Signed-By: /etc/apt/keyrings/winehq-archive.key
You can proceed to the next step.
Hffirbi
Level 2
Level 2
Posts: 13
Joined: Mon Oct 09, 2023 5:36 pm

Re: I have a problem installing wine on debian 11

Post by Hffirbi »

Oh okay, I was worried when it popped up
Locked