Не удалось установить MariaDB на Ubuntu 16.04.2

Когда я пытаюсь установить Сервер MariaDB на своем Сервере Ubuntu 16.04.2 со способным mariadb-сервером установки, я получаю следующий ответ:

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:
 mariadb-server-10.0 : Depends: libdbi-perl but it is not going to be installed
                       Depends: mariadb-client-10.0 (>= 10.0.29-0ubuntu0.16.04.1) but it is not going to be installed
                       Recommends: libhtml-template-perl but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Я действительно примерял другой экземпляр (виртуальная машина, тот же HW) той же ОС. Там у меня нет проблем, и MariaDB, кажется, устанавливает прекрасный.

Можно ли предложить, как я могу устранить проблему и установить MariaDB-сервер на моей Ubuntu?

Я уже попробовал:

sudo apt-get autoclean
sudo apt-get autoremove
sudo apt update
sudo apt-get --fix-broken install
sudo apt upgrade
sudo dpkg --configure -a

Спасибо.

2
задан 19 April 2017 в 23:13

1 ответ

Вы попробовали включая зависимости? Как это:

sudo apt-get install mariadb-server libdbi-perl mariadb-client-10.0

уже существует подобный вопрос об этом. Смотрите на эту ссылку: , Как я разрешаю невстреченные зависимости после добавления PPA?

Отношения

0
ответ дан 2 December 2019 в 09:08

Другие вопросы по тегам:

Похожие вопросы: