我尝试从我的 Ubuntu 12.04 64 位安装 Ubuntu 手机,但无法安装 phablet-tools,因为它依赖于软件包 click,而我不知道它应该来自哪里。我按照 ubuntu.com/phone/install 上的官方指南操作,我已添加 repo,但无法安装:
The following packages have unmet dependencies:
phablet-tools : Depends: click but it is not installable
Recommends: ubuntu-dev-tools but it is not going to be installed`
E: Unable to correct problems, you have held broken packages.
关于我可以在哪里获得点击包,您有什么想法吗?
答案1
尝试这个:
sudo add-apt-repository ppa:ubuntu-sdk-team/ppa
sudo apt-get update
sudo apt-get install click
谨致问候 Miguel