Не могу установить qtbase-abi-5-5-1 в Ubuntu 17.10

Когда я устанавливаю fcitx связанный пакет ошибка показывает, что qtbase-abi-5-5-1 нужен, но не установлен.

wsx@wsx:~/Downloads$ sudo apt install ./fcitx-frontend-qt5-rstudio_1.0.5-1ubuntu1~qt542_amd64.deb ./libfcitx-qt5-1-rstudio_1.0.5-1ubuntu1~qt542_amd64.deb
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'fcitx-frontend-qt5-rstudio' instead of './fcitx-frontend-qt5-rstudio_1.0.5-1ubuntu1~qt542_amd64.deb'
Note, selecting 'libfcitx-qt5-1-rstudio' instead of './libfcitx-qt5-1-rstudio_1.0.5-1ubuntu1~qt542_amd64.deb'
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:
 fcitx-frontend-qt5-rstudio : Depends: qtbase-abi-5-5-1 but it is not installable
E: Unable to correct problems, you have held broken packages.

Я пытался с помощью команды sodu apt install qtbase-abi-5 найти пакет, но не удалось. Я тогда скачать .deb пакет из https://ubuntu.pkgs.org/16.04/ubuntu-updates-main-amd64/libqt5core5a_5.5.1+dfsg-16ubuntu7.5_amd64.deb.html но это не сработало, на странице показано, что это .deb пакет предоставить qtbase-abi-5 пакет. Интересно, что я могу найти немного информации об этой ошибке в Google. Некоторая информация от Ask ubuntu на форуме говорят что похоже qtbase-abi-5 не входит в libqt5core5a,

Я не знаю, как это исправить. Можете ли вы дать мне предложение или ссылку, которые можно скачать qtbase-abi-5?


Спасибо @GAD3R за ваш ответ, мне жаль, что это не удалось.

wsx@wsx:~$ sudo apt-cache search qtbase-abi
libqt5core5a - Qt 5 core module
wsx@wsx:~$ sudo apt install libqt5core5a
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libqt5core5a is already the newest version (5.9.1+dfsg-10ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
wsx@wsx:~$ sudo apt install ./Downloads/fcitx-frontend-qt5-rstudio_1.0.5-1ubuntu1~qt542_amd64.deb ./Downloads/libfcitx-qt5-1-rstudio_1.0.5-1ubuntu1~qt542_amd64.deb 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'fcitx-frontend-qt5-rstudio' instead of './Downloads/fcitx-frontend-qt5-rstudio_1.0.5-1ubuntu1~qt542_amd64.deb'
Note, selecting 'libfcitx-qt5-1-rstudio' instead of './Downloads/libfcitx-qt5-1-rstudio_1.0.5-1ubuntu1~qt542_amd64.deb'
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:
 fcitx-frontend-qt5-rstudio : Depends: qtbase-abi-5-5-1 but it is not installable
E: Unable to correct problems, you have held broken packages.

Кто-нибудь может выполнить следующие команды успешно?

$ wget http://ikuya.info/tmp/fcitx-qt5-rstudio-qt542.tar.gz $ tar xf fcitx-qt5-rstudio-qt542.tar.gz $ sudo apt install ./fcitx-frontend-qt5-rstudio_1.0.5-1ubuntu1~qt542_amd64.deb ./libfcitx-qt5-1-rstudio_1.0.5-1ubuntu1~qt542_amd64.deb

1 ответ

Посылка libqt5core5a предоставлять qtbase-abi-5-5-1,

apt-cache search qtbase-abi
libqt5core5a - Qt 5 core module

Чтобы установить qtbase-abi-5-5-1 выполните следующую команду:

sudo apt update
sudo apt upgrade
sudo apt dist-upgrade
sudo apt install libqt5core5a
Другие вопросы по тегам