web-dev-qa-db-ja.com

14.04 Ubuntu 64ビットでのSteamインストールエラー

私はサポートフォーラムの他の場所に投稿されたソリューションのいくつかを試しましたが、うまくいったようですが、Steamのアップデート後、私は新しいLinuxユーザーであり、すでに学習曲線にいます:)助けてくれてありがとう

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.3)
 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: 
24
Wes Young

これは実際に14.04で機能するものです。
Sudo apt-get install libc6:i386
Sudo apt-get install libgl1-mesa-glx-lts-trusty:i386

証明: An image of Steam working after successful installation これが他の人に役立つことを願っています。

33
JorgeArtware

回避策:

Sudo apt-get install libc6:i386 libgl1-mesa-dri-lts-utopic:i386 libgl1-mesa-glx-lts-utopic:i386

Ubuntu 14.04.3以降をハードウェアイネーブルメントスタック(カーネル3.19)で実行している場合、コマンドは少し異なります。

Sudo apt-get install libc6:i386 libgl1-mesa-dri-lts-vivid:i386 libgl1-mesa-glx-lts-vivid:i386
28
Liam McLennan

これは実際にはバグです。この問題はBugs Launchpadで既に報告していますが、これら2つのバグトラッカーリンクを使用して追跡できます。

手動で修正できますが、複雑です。 Ubuntu開発者はすぐに修正するので、更新を待つことをお勧めします。

3
Peter Maciejko

これは私にとって完璧に機能することがわかりました。

Sudo apt-get install Steam -y
1
Goddard

Ubuntu 14.04.3の場合、次の回避策を試してください。

Sudo apt-get install libc6:i386 libgl1-mesa-dri-lts-vivid:i386 libgl1-mesa-glx-lts-vivid:i386
1
Peter Maciejko