安装 wine 时出现问题

安装 wine 时出现问题
ozil@ozil-Vostro-3500:~$ sudo apt install --install-recommends winehq-stable
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-stable : Depends: wine-stable (= 7.0.0.0~impish-1)
E: Unable to correct problems, you have held broken packages.

答案1

您必须wine-stable先安装。如何安装的教程可以在网上找到。安装完成后,运行sudo apt update并安装 WineHQ。

相关内容