未满足的依赖关系

未满足的依赖关系
bhaskar@bhaskar-Inspiron-3542:~$ sudo apt-get install wine
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:
 wine : Depends: wine1.6 but it is not going to be installed or
                 wine1.7 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

我已经做了所有事情,但仍然无法安装 wine。此外,当我尝试从软件中心安装时,它显示错误。请帮忙,因为我才刚开始使用 ubuntu

答案1

您使用的是非标准存储库或 PPA,它似乎缺少为您的 Ubuntu 版本构建的软件包。如果您只想安装 Wine,则应禁用存储库(或多个存储库,如果不止一个)并重新发出命令apt-get install

相关内容