18.04 版中 Wine-Staging 损坏的软件包

18.04 版中 Wine-Staging 损坏的软件包

我可以wine正常安装,但是尝试安装时出现错误wine-staging

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-staging : Depends: wine-staging (= 4.16~bionic)
E: Unable to correct problems, you have held broken packages.

答案1

这是 wine-staging 依赖项中的一个问题

Depends: libfaudio0 but it is not installable

此包在 ubuntu 中不可用。我运行时遇到同样的错误。

你可以尝试一下这个包 来自这个来源

sudo dpkg --simulate -i libfaudio0_19.07-0~bionic_amd64.deb

如果从我的命令中删除没有错误,--simulate我将无法进行测试,因为我的系统是 32 位的。

相关内容