以下软件包有未满足的依赖关系 (steam)

以下软件包有未满足的依赖关系 (steam)

当我尝试打开 Steam 时,终端中会出现以下内容(我是 Linux 新手):

Steam needs to install these additional packages: 
libgl1-mesa-dri:i386, libgl1-mesa-glx:i386, libc6:i386
[sudo] password for tomaz: 
  ...............................................................................................
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:
libgl1-mesa-glx:i386 : Depends: libglapi-mesa:i386 (= 10.1.3-0ubuntu0.4)
unity-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not     going to be installed
                        Depends: libcheese7 (>= 3.0.1) but it is not     going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
Press return to continue: 

答案1

在安装 Steam 之前,请执行以下命令:

sudo dpkg --add-architecture i386 sudo apt-get update

相关内容