Не могу установить Krita

Я пытался установить 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 но это не сработало.

Что я могу сделать сейчас?

Кстати, я использую Ubuntu 18.04LTS

сведения о системе

1 ответ

Это работает для меня:

Сначала понизьте зависимость

sudo apt install libpoppler73=0.62.0-2ubuntu2

Вторая установка отсутствует библиотека

sudo apt install libpoppler-qt5-1

Установить Крита

sudo apt install krita
Другие вопросы по тегам