how to install wine 8.20 on Debian 12

Questions about Wine on Linux
Locked
desessarts
Level 3
Level 3
Posts: 67
Joined: Wed Oct 04, 2023 7:57 am

how to install wine 8.20 on Debian 12

Post by desessarts »

Hello

I have an up to date Debian 12 with wine 8.19

I noticed that wine 8.20 is available

When I do

Code: Select all

sudo apt update
sudo apt upgrade
I still have wine 8.19

my file

Code: Select all

$ more /etc/apt/sources.list.d/winehq-bullseye.sources 
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
gg@deb11:~$ 
If I look at

https://dl.winehq.org/wine-builds/debia ... ary-amd64/

I see various wine 8.19 but no wine 8.20

I guess I have to wait a few more days?
Potter
Level 2
Level 2
Posts: 17
Joined: Thu Aug 30, 2018 10:59 am

Re: how to install wine 8.20 on Debian 12

Post by Potter »

Hello,
your sources.list says bullseye.
With Debian 12 it would be bookworm.
Potter
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: how to install wine 8.20 on Debian 12

Post by dimesio »

desessarts wrote: Sat Nov 11, 2023 3:20 pm
I see various wine 8.19 but no wine 8.20

I guess I have to wait a few more days?
Packages have been built, but due to an outage on the OBS, can't be synced over yet. We just have to wait for it to be fixed at that end.
desessarts
Level 3
Level 3
Posts: 67
Joined: Wed Oct 04, 2023 7:57 am

Re: how to install wine 8.20 on Debian 12

Post by desessarts »

to Potter

you are correct, I posted from a PC with Debian 11

to Dimesio
thanks
Locked