Steam 无法运行

Steam 无法运行
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:
 indicator-network : Depends: unity8 (>= 7.82) but it is not going to be installed
 libcheese-gtk23 : Depends: libcheese7 (>= 3.4.0) but it is not going to be installed
                   Depends: libclutter-1.0-0 (>= 1.13.2) but it is not going to be installed
                   Depends: libclutter-gtk-1.0-0 (>= 0.91.8) but it is not going to be installed
                   Depends: libcogl15 (>= 1.15.8) but it is not going to be installed
 libgl1-mesa-glx:i386 : Depends: libglapi-mesa:i386 (= 10.1.3-0ubuntu0.5)
 libqt5gui5 : Depends: libegl1-mesa (>= 7.8.1) or
                       libegl1-x11
              Depends: libgbm1 (>= 8.1~0) but it is not going to be installed
 libubuntu-application-api-mirserver1 : Depends: libmirserver18 (>= 0.1.8+14.04.20140408.1) but it is not going to be installed
 libunity-mir1 : Depends: libmirserver18 (>= 0.1.8+14.04.20140411) but it is not going to be installed
 qtdeclarative5-qtquick2-plugin : Depends: libgl1-mesa-dri
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

每次我尝试运行 Steam 时都会收到此错误消息,我该怎么办?

答案1

Steam 仅在存储库中以 i386(32 位)提供。请稍后重试:

sudo dpkg --add-architecture i386

sudo apt update

答案2

从 steam.com 下载 steam 并安装。

这可能会让 steam 启动并运行,但无法解决未满足的依赖关系错误。

indicator-network libcheese-gtk23 libqt5gui5 libubuntu-application-api-mirserver1 libunity-mir1 qtdeclarative5-qtquick2-plugin

通过在终端中运行此命令下载 steam:

wget http://repo.steampowered.com/steam/archive/precise/steam_latest.deb

然后通过运行以下命令安装 steam:

sudo dpkg -i steam_latest.deb

如果运行此命令时出现任何错误:

sudo dpkg -i steam_latest.deb

使用输出编辑您的帖子。

相关内容