無法安裝大多數主要軟體包;未滿足的依賴關係且無法修復

無法安裝大多數主要軟體包;未滿足的依賴關係且無法修復

我剛剛全新安裝了 Ubuntu 14.04 64 位,似乎我嘗試安裝的大多數主要軟體包(其中包括 Skype、Steam/Steam-Launcher、WINE 等)都會給出「未滿足的依賴項」錯誤,並且拒絕安裝。

我已經查看了類似描述的其他幾個問題(許多重複),但沒有一個解決方案有效,而且我還沒有找到遇到此特定問題的人。

安裝 Skype:

stere0123@stere0123-THINKPAD-U14:~$ sudo apt-get install skype
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:
 skype : Depends: skype-bin
E: Unable to correct problems, you have held broken packages.
stere0123@stere0123-THINKPAD-U14:~$ 

我也嘗試過其他一些軟體包,但也遇到類似的錯誤。任何幫助將不勝感激,因為這個問題目前正在削弱這個系統!

答案1

按照上面的建議更改下載伺服器:

使用您最喜歡的文字編輯器開啟您的 source.list,即

sudo nano /etc/apt/sources.list 定位http://us.archive.ubuntu.com/ubuntu並將其替換為http://archive.ubuntu.com/ubuntu

答案2

sudo apt-get -f 安裝

它會解決你的問題。

看到這個問題硫亞關於這個主題有很多問題。

相關內容