首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法在ubuntu 16.04中安装Kile(LATEX)

无法在ubuntu 16.04中安装Kile(LATEX)
EN

Ask Ubuntu用户
提问于 2017-04-08 14:57:34
回答 1查看 9.8K关注 0票数 1

我正在尝试使用以下命令安装kile

代码语言:javascript
复制
sudo apt-get install kile

它正在显示错误。

代码语言:javascript
复制
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。

代码语言:javascript
复制
sudo add-apt-repository ppa:kile/stable

它正在显示错误。

代码语言:javascript
复制
sudo: add-apt-repository: command not found"

为了消除这个问题,我执行了

代码语言:javascript
复制
sudo apt-get install software-properties-common python-software-properties

然后,它再次显示错误消息。

代码语言:javascript
复制
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

请帮我解决这个问题。

EN

回答 1

Ask Ubuntu用户

发布于 2017-07-31 09:55:20

我是从实时预览ppa:kile/Live预览安装的,但是步骤应该是相同的。

  • 添加存储库。sudo add-apt-存储库ppa:kile/live预览sudo apt-get更新
  • 先安装吊舱。sudo apt-get install okular
  • 那就安装kile。sudo apt-获取安装kile
  • 如果它仍然给出有关缺少依赖项和损坏包的错误,请在apt-get中使用fix命令。sudo apt-获取安装-f
票数 4
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/901582

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档