尝试运行 Steam 时“为 appid(steam) 安装 breakpad 异常处理程序”

Sta*_*ond 16 steam

我为 ubuntu 安装了 Steam,所以我尝试启动它,我得到了这个:

~$ steam
Installing breakpad exception handler for appid(steam)/version(1352224866_client)

~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 12.10
Release:    12.10
Codename:   quantal


~$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Whistler XT [AMD Radeon HD 6700M Series] (rev ff)
Run Code Online (Sandbox Code Playgroud)

有什么问题以及如何解决?

小智 12

安装 ia32-libs:

sudo apt-get install ia32-libs
Run Code Online (Sandbox Code Playgroud)

  • 我有同样的问题,当我尝试安装 ia32-libs 时,出现以下问题。`您可能想要运行 'apt-get -f install' 来更正这些:以下软件包具有未满足的依赖项: ia32-libs :依赖: ia32-libs-multiarch libldap-2.4-2 :中断:libldap-2.4-2: i386 (!= 2.4.28-1.1ubuntu4.1) 但要安装 2.4.28-1.1ubuntu4.2 libldap-2.4-2:i386 : Breaks: libldap-2.4-2 (!= 2.4.28-1.1ubuntu4 .2) 但要安装 2.4.28-1.1ubuntu4.1 E:未满足的依赖项。尝试不带软件包的“apt-get -f install”(或指定解决方案)。` (2认同)