我试着安装Krita,但是我总是收到相同的错误消息。
我已经试过用
sudo apt-get -f 而且还
sudo apt autoremove 但仍然会出现以下错误:
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
发布于 2018-08-28 15:12:28
这对我来说很管用:
首先降低依赖级别
sudo apt install libpoppler73=0.62.0-2ubuntu2第二次安装缺失库
sudo apt install libpoppler-qt5-1安装Krita
sudo apt install kritahttps://askubuntu.com/questions/1049636
复制相似问题