web-dev-qa-db-ja.com

ubuntu 14.04 libc.so.6エラーへのSteamのインストールは助けてください

みなさん、こんにちは。しばらくの間Debian Linuxを実行していましたが、再びゲームをプレイするために、Ubuntuに切り替えてデュアルブートに切り替えることにしました。 Ubuntu 14.04を新規インストールしました

ソフトウェアセンターからSteamをインストールしてインストールし、Steamと入力してターミナルから実行しました

これは私が得るものです:

Steam needs to install these additional packages: 
    libgl1-mesa-dri:i386, libgl1-mesa-glx:i386, libc6:i386

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: 

それが私が受け取るエラーです。これは新鮮な真新しいインストールです。Steamにインストールしたのは、素晴らしいと思われる場合に助けを得ることができる場合のみです。どうもありがとうございました。

1
supahflyman

最初に、「ソフトウェアとアップデート」というアプリケーションを検索します。

このアプリケーションを開きます。

次に、main、universe、restricted、multiverseがすべて有効になっていることを確認します。

さて、新しいソフトウェアをインストールする前に、まずすべてのシステムアップグレードを行う必要があります。

Sudo apt-get clean
Sudo apt-get update
Sudo apt-get dist-upgrade

終了したら再起動します。その後、Steamをインストールできます。

Sudo apt-get install libc6-i386 Steam
2
mchid