幾個未滿足的依賴關係

幾個未滿足的依賴關係

我最近嘗試從 Ubuntu 軟體中心下載 steam,但是當我嘗試啟動程式時,收到以下錯誤訊息。另外,我嘗試安裝時的結果是,當它運行回來時,Steam 需要安裝這些附加軟體包:

    libgl1-mesa-dri:i386, libgl1-mesa-glx:i386, libc6:i386
[sudo] password for ellen: 
'.......................................................................................................
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: 

請幫幫我!

答案1

嘗試用

sudo apt-get -f install

它應該安裝所有未滿足的依賴項。

答案2

我有同樣的錯誤問題。這對我有用(最後):

sudo apt-get install libgl1-mesa-dri-lts-trusty:i386

(這將下載大約 57 個檔案)然後...

sudo apt-get install libgl1-mesa-glx-lts-trusty:i386

(這將下載大約 23 個檔案)

現在,當您運行 Steam 時,它將下載更新,您應該可以關閉並運行。祝你好運!

相關內容