AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题 / 593798
Accepted
red_trumpet
red_trumpet
Asked: 2015-03-08 03:41:51 +0800 CST2015-03-08 03:41:51 +0800 CST 2015-03-08 03:41:51 +0800 CST

安装steam的依赖问题

  • 772

我在尝试在 Ubuntu 14.04 上安装 Steam 时遇到了一些依赖性问题。我从http://media.steampowered.com/client/installer/steam.deb得到了 steam-launcher.deb-Package并安装了它:

eva@eva-ubuntu:~/Downloads$ sudo dpkg --install steam_latest.deb 
Vormals nicht ausgewähltes Paket steam-launcher wird gewählt.
(Lese Datenbank ... 196920 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von steam_latest.deb ...
Entpacken von steam-launcher (1.0.0.49) ...
steam-launcher (1.0.0.49) wird eingerichtet ...
Trigger für gnome-menus (3.10.1-0ubuntu2) werden verarbeitet ...
Trigger für desktop-file-utils (0.22-1ubuntu1) werden verarbeitet ...
Trigger für bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) werden verarbeitet ...
Rebuilding /usr/share/applications/bamf-2.index...
Trigger für mime-support (3.54ubuntu1.1) werden verarbeitet ...
Trigger für hicolor-icon-theme (0.13-1) werden verarbeitet ...
Trigger für man-db (2.6.7.1-1ubuntu1) werden verarbeitet ...

启动蒸汽给出以下内容:

eva@eva-ubuntu:~/Downloads$ steam

(gnome-terminal:4881): GLib-GIO-CRITICAL **: g_settings_get: the format string may not contain '&' (key 'monospace-font-name' from schema 'org.gnome.desktop.interface'). This call will probably stop working with a future version of glib.

并打开一个新的终端窗口

Steam needs to install these additional packages: 
    libgl1-mesa-dri:i386, libgl1-mesa-glx:i386, libc6:i386
[sudo] password for eva: 
.................................................................................................................
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.       
Statusinformationen werden eingelesen.... Fertig
Einige Pakete konnten nicht installiert werden. Das kann bedeuten, dass
Sie eine unmögliche Situation angefordert haben oder, wenn Sie die
Unstable-Distribution verwenden, dass einige erforderliche Pakete noch
nicht erstellt wurden oder Incoming noch nicht verlassen haben.
Die folgenden Informationen helfen Ihnen vielleicht, die Situation zu lösen:

Die folgenden Pakete haben unerfüllte Abhängigkeiten:
 libgl1-mesa-glx:i386 : Hängt ab von: libglapi-mesa:i386 (= 10.1.3-0ubuntu0.3)
 unity-control-center : Hängt ab von: libcheese-gtk23 (>= 3.4.0) soll aber nicht installiert werden
                    Hängt ab von: libcheese7 (>= 3.0.1) soll aber nicht installiert werden
E: Fehler: Unterbrechungen durch pkgProblemResolver::Resolve hervorgerufen; dies könnte durch zurückgehaltene Pakete verursacht worden sein.
Press return to continue: 

关闭附加终端窗口后,在第一个窗口中我得到:

Package libgl1-mesa-dri:i386 needs to be installed
Package libgl1-mesa-glx:i386 needs to be installed
Package libc6:i386 needs to be installed
Running Steam on ubuntu 14.04 64-bit
STEAM_RUNTIME is enabled automatically
Error: You are missing the following 32-bit libraries, and Steam may not run:
libGL.so.1
Installing breakpad exception handler for appid(steam)/version(1424305157)
Installing breakpad exception handler for appid(steam)/version(1424305157)
Installing breakpad exception handler for appid(steam)/version(1424305157)
Installing breakpad exception handler for appid(steam)/version(1424305157)
[2015-03-07 12:14:01] Startup - updater built Feb 18 2015 15:31:44
Looks like steam didn't shutdown cleanly, scheduling immediate update check
[2015-03-07 12:14:01] Checking for update on startup
[2015-03-07 12:14:01] Checking for available updates...
[2015-03-07 12:14:02] Download skipped: /client/steam_client_ubuntu12 version 1424305157, installed version 1424305157
[2015-03-07 12:14:02] Nothing to do
[2015-03-07 12:14:02] Verifying installation...
[2015-03-07 12:14:02] Performing checksum verification of executable files
[2015-03-07 12:14:05] Verification complete
[2015-03-07 12:14:07] Shutdown
eva@eva-ubuntu:~/Downloads$

它还会弹出一个窗口,提示我缺少 libGL1.so.1 的 32 位版本。并尝试启动蒸汽,但失败了。

以前我也做过

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

如无法解决包依赖性时如何安装 64 位 Steam?.

我没有安装任何 PPA,我当前/etc/apt/sources.list的是:

eva@eva-ubuntu:~/Downloads$ cat /etc/apt/sources.list
# deb cdrom:[Ubuntu 14.04.2 LTS _Trusty Tahr_ - Release amd64 (20150218.1)]/ trusty main restricted
deb-src http://archive.ubuntu.com/ubuntu trusty main restricted #Added by software-properties

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://be.archive.ubuntu.com/ubuntu/ trusty main restricted multiverse
deb-src http://be.archive.ubuntu.com/ubuntu/ trusty main universe multiverse restricted #Added by software-properties

## Major bug fix updates produced after the final release of the
## distribution.
deb http://be.archive.ubuntu.com/ubuntu/ trusty-updates main restricted multiverse
deb-src http://be.archive.ubuntu.com/ubuntu/ trusty-updates main universe multiverse restricted #Added by software-properties

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://be.archive.ubuntu.com/ubuntu/ trusty universe
deb http://be.archive.ubuntu.com/ubuntu/ trusty-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://be.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://be.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse #Added by software-properties

deb http://security.ubuntu.com/ubuntu trusty-security main restricted multiverse
deb-src http://security.ubuntu.com/ubuntu trusty-security main universe multiverse restricted #Added by software-properties
deb http://security.ubuntu.com/ubuntu trusty-security universe

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu trusty partner
# deb-src http://archive.canonical.com/ubuntu trusty partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu trusty main
deb-src http://extras.ubuntu.com/ubuntu trusty main

不知何故,整个情况看起来有点荒谬,因为两个 libcheese 包似乎已经安装好了,如下所示dpkg -l | grep libcheese:

ii  libcheese-gtk23:amd64                                 3.10.2-0ubuntu2                                     amd64        tool to take pictures and videos from your webcam - widgets
ii  libcheese7:amd64                                      3.10.2-0ubuntu2                                     amd64        tool to take pictures and videos from your webcam - base library

也许错误发生是因为那些不是 32 位的?

我将不胜感激任何帮助!

apt
  • 1 1 个回答
  • 4700 Views

1 个回答

  • Voted
  1. Best Answer
    doug
    2015-03-08T13:55:38+08:002015-03-08T13:55:38+08:00

    试试这个,只是一个模拟,实际上什么都不会发生 -

    sudo apt-get -s install libgl1-mesa-glx-lts-utopic:i386

    如果看起来没问题,则重新运行命令,但删除-s以实际安装

    如果它有问题或失败,则发布终端输出,无论是在您的问题中还是在类似 pastebin 中 - http://paste.ubuntu.com/或http://pastebin.com/并添加指向您问题的链接

    • 4

相关问题

  • 如何编写 shell 脚本来安装应用程序列表?

  • 如何查看存档中可用的软件包的所有版本?

  • 是否可以说出我安装的哪些软件包不在原版安装中?

  • 如何删除 PPA?

  • 使用 apt-get upgrade 时如何强制安装内核更新?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve