Не удается установить Posgresql в Ubuntu 19.04 - PullRequest
1 голос
/ 20 апреля 2019

Ввод sudo apt-get install postgresql-11 выдает ошибку:

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:
 postgresql-11 : Depends: postgresql-client-11
                 Depends: libicu55 (>= 55.1-1~) but it is not installable
                 Depends: libpq5 (>= 9.3~) but it is not going to be installed
                 Depends: libssl1.0.0 (>= 1.0.2~beta3) but it is not installable
                 Recommends: sysstat but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Как я могу устранить эту ошибку и, наконец, установить Postgres на мою Ubuntu?

1 Ответ

0 голосов
/ 20 апреля 2019
sudo apt-get update
sudo apt-get install postgresql postgresql-contrib

Попробуйте выполнить эту команду и дайте мне знать, что вы видите.Очевидно, для postgres требуются пакеты, которые вы еще не установили

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...