
我已經使用 Ubuntu 大約 6 個小時了。我已將 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.6)
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
我運行的是 64 位元版本,所以我知道這可能是問題所在。只是我的電腦的整體概述。這是一棟 2009 匹馬力的展館,緊鄰 Sandybridge。
如果我在終端中繼續:
You are missing the following 32-bit libraries, and Steam may not run:
libGL.so.1
如果有人有關於如何解決 64 位元問題並安裝 32 位元檔案的逐步指南。請告訴我。到目前為止,我實際上很喜歡在擺弄 Linux,所以這只是另一件事需要學習。
答案1
看起來正在安裝額外的軟體包。
嘗試sudo apt install libgl1-mesa-dri:i386 libgl1-mesa-glx:i386 libc6:i386 --no-recommends
我現在不在我的 Linux 機器上,所以這可能不起作用。已經脫離記憶了