我运行的是12.04 LTS,每当我试图安装PlayOnLinux时,我都会得到以下错误:
The following packages have unmet dependencies:
playonlinux : Depends: python-wxgtk2.8 but it is not going to be installed
Depends: mesa-utils but it is not going to be installed
primus-libs-ia32 : Depends: primus-libs but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).我以前安装了大黄蜂和Primus,以便我可以优化我的游戏蒸汽。
有办法解决这个问题吗?
发布于 2014-07-16 22:27:19
问题是包playonlinux有它自己的依赖项。因此,将not going to be installed包添加到主安装列表中。
sudo apt-get install playonlinux python-wxgtk2.8 mesa-utils primus-libshttps://askubuntu.com/questions/498757
复制相似问题