Can't install winehq-staging packages (sudo apt-get install --install-recommends winehq-staging)

Questions about Wine on Linux
Locked
fresh_orange_0
Level 1
Level 1
Posts: 6
Joined: Tue May 25, 2021 12:17 pm

Can't install winehq-staging packages (sudo apt-get install --install-recommends winehq-staging)

Post by fresh_orange_0 »

I was able to install winehq-staging with the fresh installation of the system (MX Linux 19.4.1 KDE version)

Then uninstalled it to see if I could compile winehq-stable (since I wasn't able to install winehq-stable packages)

Now I see that I also cannot install winehq-staging anymore:

Code: Select all

$ sudo apt-get install --install-recommends winehq-staging
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 winehq-staging : Depends: wine-staging (= 6.9~buster-1)
E: Unable to correct problems, you have held broken packages.
How to fix this?
fresh_orange_0
Level 1
Level 1
Posts: 6
Joined: Tue May 25, 2021 12:17 pm

Re: Can't install winehq-staging packages (sudo apt-get install --install-recommends winehq-staging)

Post by fresh_orange_0 »

I asked the same in the MX Linux forum, the solution was to enable the backports mirror
Locked