Can't install wine staging using winehq install instructions.

Started by kalpana, Oct 28, 2023, 05:37 AM

Previous topic - Next topic

kalpana

I'm trying to install wine staging from winehq using the Ubuntu instructions on the site. When I run the command to install it after adding the repo I get this.

Code:
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 (= 4.0~rc1~bionic)
E: Unable to correct problems, you have held broken packages.

I am using Kubuntu 18.04 LTS 64 bit

What I've tried:
1. apt update and apt dist-upgrade
2. dpkg --add-architecture i386 && apt update