winehq-stable : Depends: wine-stable (= 7.0.0.0~focal-1) [closed]
Asked Answered
W

2

6
The following packages have unmet dependencies:
 winehq-stable : Depends: wine-stable (= 7.0.0.0~focal-1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

I am using ubuntu-20.04

sudo dpkg --add-architecture i386
sudo wget -qO- https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
sudo apt update
sudo apt -y install --install-recommends winehq-stable
Wavelet answered 24/8, 2022 at 9:28 Comment(0)
B
0

Had the same problem on debian 11. Tried the solution proposed here(https://forum.winehq.org/viewtopic.php?t=35417) and it worked for me: First install wine-stable-amd64 or wine-stable-i386. Then sudo apt -y install --install-recommends winehq-stable again

Bromberg answered 11/9, 2022 at 16:25 Comment(1)
didn't work for mePatency
F
0

sudo apt-get install wine-stable-amd64

or

sudo apt-get install wine-stable-i386

sudo apt-get install --install-recommends winehq-stable

Forehead answered 19/11, 2022 at 18:31 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.