我正在尝试使用以下命令安装kile
sudo apt-get install kile它正在显示错误。
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:
kile : Depends: kde-runtime (> 4:4.10) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.然后我尝试使用这个命令来添加PPA。
sudo add-apt-repository ppa:kile/stable它正在显示错误。
sudo: add-apt-repository: command not found"为了消除这个问题,我执行了
sudo apt-get install software-properties-common python-software-properties然后,它再次显示错误消息。
Package software-properties-common is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'software-properties-common' has no installation candidate请帮我解决这个问题。
发布于 2017-07-31 09:55:20
我是从实时预览ppa:kile/Live预览安装的,但是步骤应该是相同的。
https://askubuntu.com/questions/901582
复制相似问题