PostgreSql -install. Ошибка: некоторые пакеты не могут быть установлены - PullRequest
0 голосов
/ 17 марта 2020

Я пытаюсь установить postgresql на Linux Mint:

 sudo apt-get install postgresql

Но получаю следующее сообщение об ошибке:

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 : Depends: postgresql-12 but it is not going to be installed
 E: Unable to correct problems, you have held broken packages.

В чем может быть причина эта проблема?

...