qtcreator-plugin-ubuntu の依存関係が壊れているため、Ubuntu SDK をインストールできません

qtcreator-plugin-ubuntu の依存関係が壊れているため、Ubuntu SDK をインストールできません

ターミナルに入力して、Ubuntu 13.10 仮想マシン (VMwarePlayer) に Ubuntu SDK をインストールしようとしましたsudo add-apt-repository ppa:ubuntu-sdk-team/ppa && sudo apt-get update && sudo apt-get install ubuntu-sdk。プロセスはある時点で停止し、それ以上進むことができず、終了します。ターミナルの最後のウィンドウには、次のメッセージが表示されます。

Ign http://us.archive.ubuntu.com saucy-backports/restricted Translation-en_US
Ign http://us.archive.ubuntu.com saucy-backports/universe Translation-en_US
Fetched 1,190 kB in 51s (22.9 kB/s)
Reading package lists... Done
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:
 ubuntu-sdk : Depends: qtcreator-plugin-ubuntu but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
mrwhite@ubuntu:~$ 

私は何をしますか?

答え1

まず、aptitude以下を実行してパッケージをインストールします。

sudo apt-get install aptitude

次にubuntu-sdkaptitudeでインストールします。

sudo aptitude install ubuntu-sdk

関連情報