J'ai essayé d'installer Krita mais je reçois toujours les mêmes messages d'erreur.
J'ai déjà essayé d'installer en utilisant
sudo apt-get -f
et aussi
sudo apt autoremove
mais je reçois toujours ces erreurs :
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.
Comme je l'ai mentionné, j'ai essayé d'installer en utilisant le -f
et l'option autoremove
mais je n'ai pas réussi. C'est pourquoi j'ai essayé d'installer manuellement le package libpoppler-qt5-1
mais ça n'a pas marché.
Qu'est-ce que je peux faire maintenant ?
Au fait, j'utilise Ubuntu 18.04LTS.