In the screenshot the "Section(s)" is still "winehq-bookworm.sources" but it should be "main".
You could show the content of the sources filejust to see what's currently configured.
Then you could change the wget without timestamp checking:and check again the content with the "cat" command above. It should have changed now.
If this don't helps you could remove the sources file and download againI think these are the most clean solutions, alternatively you change in the GUI the "Section(s)" for the wine line to "main".
You could show the content of the sources file
Code:
cat /etc/apt/sources.list.d/winehq-bookworm.sources
Then you could change the wget without timestamp checking:
Code:
sudo wget -P /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources
If this don't helps you could remove the sources file and download again
Code:
sudo rm /etc/apt/sources.list.d/winehq-bookworm.sourcessudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources
Statistics: Posted by blackbird — 2024-10-02 05:29