安装 wine 时未满足的依赖关系

安装 wine 时未满足的依赖关系

我正在尝试通过以下方式为 Ubuntu 20.04 LTS (Focal Fossa) 安装 wine葡萄酒网站提供的指南

以下是我已采取的步骤:

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'

现在,该过程中的最后一个命令似乎存在一个问题,我还没能弄清楚。该命令:

sudo apt install --install-recommends winehq-stable

插入此命令后,我得到以下信息:

"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."

我该如何解决这个问题?

相关内容