
ubuntu-device-flash
Ubuntu 14.04(64비트)에 설치하려고 합니다 . 나는 지시를 따르고 있다여기: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