Help installing Wine

Questions about Wine on Linux
Locked
Galactic Toast
Newbie
Newbie
Posts: 1
Joined: Sat Nov 06, 2021 11:00 am

Help installing Wine

Post by Galactic Toast »

Whenever I run the command: "sudo apt install --install-recommends winehq-stable" I get this error:

Reading package lists... Done
Building dependency tree... Done
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-stable : Depends: wine-stable (= 6.0.2~impish-1)
E: Unable to correct problems, you have held broken packages.


( am using pop-os 21.04 which is an Ubuntu distro)
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Help installing Wine

Post by dimesio »

jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Help installing Wine

Post by jkfloris »

( am using pop-os 21.04 which is an Ubuntu distro)
This version is based on Ubuntu 21.04 Hirsute Hippo
winehq-stable : Depends: wine-stable (= 6.0.2~impish-1)
You added the wrong Wine repository.
Remove the impish and add the hirsute repository.
Locked