我使用apt-get安装了Nitro。然而,它依赖于gir1.2-launchpad-integration-3.0,并且缺失。如何获得gir1.2-launchpad-integration-3.0的源代码并将其安装在我的计算机上?
~$ sudo apt-get install nitro
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:
nitro : Depends: gir1.2-launchpad-integration-3.0 but it is not installable
E: Unable to correct problems, you have held broken packages.如果您想要在中安装它,它就不能工作。
发布于 2013-05-05 01:30:05
安装Nitro
sudo add-apt-repository ppa:cooperjona/nitrotasks
sudo apt-get update
sudo apt-get install nitrotasks我刚在我的Ubuntu 13.04和它的工作上安装了Nitro .
https://askubuntu.com/questions/290816
复制相似问题