Ubuntu 14.04 に ubuntu-device-flash をインストールするにはどうすればいいですか?

Ubuntu 14.04 に ubuntu-device-flash をインストールするにはどうすればいいですか?

Ubuntu 14.04 (64ビット)にインストールしようとしていますubuntu-device-flash。指示に従っていますここ:Ubuntuデスクトップを準備する

私はします:

sudo add-apt-repository ppa:ubuntu-sdk-team/ppa  
sudo add-apt-repository ppa:phablet-team/tools  
sudo apt-get update  
sudo apt-get upgrade  
sudo apt-get dist-upgrade  

... そして最後にsudo apt-get install ubuntu-device-flash

与える

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-device-flash : Depends: click-ubuntu-policy but it is not installable  
                       Depends: ubuntu-snappy-cli but it is not installable
E: Unable to correct problems, you have held broken packages.

インストールを成功させるには何をする必要がありますか?

答え1

このPPAを追加します:

sudo add-apt-repository ppa:snappy-dev/tools

更新 (Joaquin さん、ありがとう):

sudo apt-get update

その後、再度インストールを試みます。

sudo apt-get install ubuntu-device-flash

関連情報