12.04マシンにphablet-toolsをインストールできませんでした。
$ Sudo apt-get update
[...]
Ign http://ppa.launchpad.net precise/main Translation-en_US
Ign http://ppa.launchpad.net precise/main Translation-en
[...]
$ Sudo apt-get upgrade
$ Sudo apt-get install phablet-tools
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:
phablet-tools : Depends: python:any (>= 2.7.1-0ubuntu2) but it is not installable
E: Unable to correct problems, you have held broken packages.
そして、私のpythonバージョン:
$dpkg -l python
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
ii python 2.7.3-0ubuntu2 interactive high-level object-oriented langu
何が間違っているのかわかりませんが、提案はありますか?
まず最初に、試してみてください
Sudo apt-get update
Sudo apt-get install -f
次に、再インストールを試みます。これが失敗した場合は、別のものを試してみましょう。 1つ目はソフトウェアデータベースを更新し、2つ目は破損した依存関係の修正を試みます。
これが失敗した場合、強制的にインストールを試みることができます
Sudo apt-get download phablet-tools
Sudo dpkg -i <filename of package>
ファイルは、作業中の同じフォルダーにある必要があります。
ただし、壊れたシステムでツールを使用することはお勧めしません。管理しているデバイスに何が起こるかわかりません。
それ以外の場合は、システム全体を再インストールするために常に開いています。壊れた依存関係も問題もありません。必要なデータを保持するパーティションと外付けハードドライブを常に用意してください。
Sudo apt-get update && Sudo apt-get upgrade
Sudo apt-get dist-upgrade
Sudo add-apt-repository ppa:phablet-team/tools
Sudo apt-get update
Sudo apt-get install phablet-tools Android-tools-adb Android-tools-fastboot