Hello,
I am trying to install wine for the Ubuntu 20.04 that I am using via the guidelines provided by the wine website.
These are the steps I have made:
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ groovy main'
And now the last command in the process seems to have an issue that I have not been able to figure out.
The command:
sudo apt install --install-recommends winehq-stable
After I insert this command I get this:
"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.0~groovy-1)
E: Unable to correct problems, you have held broken packages."
How do I solve this?
I am trying to install wine for the Ubuntu 20.04 that I am using via the guidelines provided by the wine website.
These are the steps I have made:
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ groovy main'
And now the last command in the process seems to have an issue that I have not been able to figure out.
The command:
sudo apt install --install-recommends winehq-stable
After I insert this command I get this:
"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.0~groovy-1)
E: Unable to correct problems, you have held broken packages."
How do I solve this?