Wine is now asking for dependency versions that don't exist

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

Wine is now asking for dependency versions that don't exist

Post by Hffirbi »

I'm trying to download the staging branch of wine, and I'm having a lot of trouble trying to install the dependencies because it's asking for versions that arent even out yet.
One example is Wine asking for libc6 version 2.34. The latest version is (for debian) 2.31-13+deb11u7.
Another is libwayland-client0:i386. it's asking for version 1.20.0 but the latest version out is 1.18. What is going on, and what should i do?
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine is now asking for dependency versions that don't exist

Post by dimesio »

Sounds like you're using bullseye. Bookworm has newer versions of those and other libraries. Are you sure you're downloading wine-staging from the correct repository? The WineHQ packages for bullseye only require libc6 >=2.29 and libwayland >= 1.11.
Hffirbi
Level 2
Level 2
Posts: 13
Joined: Mon Oct 09, 2023 5:36 pm

Re: Wine is now asking for dependency versions that don't exist

Post by Hffirbi »

Now that you say it, I think I did something wrong and might have downloaded the wine packages for the wrong version of debian instead of bullseye. How am I supposed to delete those?
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Wine is now asking for dependency versions that don't exist

Post by jkfloris »

(Partially) installed WineHQ packages can be removed with:

Code: Select all

sudo apt purge winehq-staging wine-staging wine-staging-amd64 wine-staging-i386
Hffirbi
Level 2
Level 2
Posts: 13
Joined: Mon Oct 09, 2023 5:36 pm

Re: Wine is now asking for dependency versions that don't exist

Post by Hffirbi »

That didn't remove the winehq source files.
Also I realized I downloaded the wine sources for trixie instead of bullseye. So how do i remove those packages? (and also how do i remove the packages for the versions below trixie just in case)
Locked