Questions about Wine on Linux
Hffirbi
Level 2
Posts: 13 Joined: Mon Oct 09, 2023 5:36 pm
Post
by Hffirbi » Mon Oct 09, 2023 5:48 pm
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
Posts: 3201 Joined: Thu Aug 14, 2014 10:10 am
Post
by jkfloris » Tue Oct 10, 2023 7:37 am
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
Posts: 13 Joined: Mon Oct 09, 2023 5:36 pm
Post
by Hffirbi » Tue Oct 10, 2023 11:42 am
Oh okay, I was worried when it popped up