私はサポートフォーラムの他の場所に投稿されたソリューションのいくつかを試しましたが、うまくいったようですが、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:
回避策:
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
これは私にとって完璧に機能することがわかりました。
Sudo apt-get install Steam -y
Ubuntu 14.04.3の場合、次の回避策を試してください。
Sudo apt-get install libc6:i386 libgl1-mesa-dri-lts-vivid:i386 libgl1-mesa-glx-lts-vivid:i386