我正在运行 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).
我之前安装了 Bumblebee 和 Primus,以便在 Steam 上优化我的游戏。
有没有什么办法解决这一问题?
答案1
问题是包playonlinux
有依赖项,而这些依赖项又有自己的依赖项。因此,将not going to be installed
包添加到主安装列表中。
sudo apt-get install playonlinux python-wxgtk2.8 mesa-utils primus-libs