Ubuntu 13.10上Ubuntu SDK安裝錯誤

Ubuntu 13.10上Ubuntu SDK安裝錯誤

我按照以下指示進行操作http://developer.ubuntu.com/apps/create/get-the-sdk/。但安裝失敗,最後出現以下訊息:

The following packages have unmet dependencies:
  ubuntu-sdk : Depends: ubuntu-sdk-libs-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

知道為什麼嗎?我已經嘗試解決一些類似的問題。但到目前為止,沒有人能提供幫助。

答案1

有一個重大錯誤已解決。刪除之前的 PPA 並:

sudo add-apt-repository ppa:ubuntu-sdk-team/ppa && sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get install ubuntu-sdk

相關內容