首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >不能安装Krita

不能安装Krita
EN

Ask Ubuntu用户
提问于 2018-06-25 16:53:09
回答 1查看 1.1K关注 0票数 1

我试着安装Krita,但是我总是收到相同的错误消息。

我已经试过用

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

而且还

代码语言:javascript
复制
sudo apt autoremove 

但仍然会出现以下错误:

代码语言:javascript
复制
necrosnake@necrosnake-BU5:~$ sudo apt-get install krita
[sudo] password for necrosnake: 
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:
krita : Depends: libpoppler-qt5-1 (>= 0.24.5) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
necrosnake@necrosnake-BU5:~$ sudo apt-get install libpoppler-qt5-1
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:
 libpoppler-qt5-1 : Depends: libpoppler73 (= 0.62.0-2ubuntu2) but 0.62.0-2ubuntu2.1 is to be installed
E: Unable to correct problems, you have held broken packages.

如前所述,我试图使用-f选项和autoremove进行安装,但没有成功。这就是为什么我尝试手动安装软件包libpoppler-qt5-1,但它没有工作。

我现在能做什么?

顺便说一下,我使用的是Ubuntu18.04LTS

系统细节

EN

回答 1

Ask Ubuntu用户

发布于 2018-08-28 15:12:28

这对我来说很管用:

首先降低依赖级别

代码语言:javascript
复制
sudo apt install libpoppler73=0.62.0-2ubuntu2

第二次安装缺失库

代码语言:javascript
复制
sudo apt install libpoppler-qt5-1

安装Krita

代码语言:javascript
复制
sudo apt install krita
票数 2
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1049636

复制
相关文章

相似问题

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