Я пытаюсь установить PostgreSQL 9.6 в Ubuntu 18.04 через Ubuntu Software Center и ввести с терминала
sudo apt-get install postgresql-9.6
Согласно официальной документации https://www.postgresql.org/download/linux/ubuntu/
Create the file /etc/apt/sources.list.d/pgdg.list and add a line for the repository
deb http://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main
Import the repository signing key, and update the package lists
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt-get update
Любая помощь?
Заранее спасибо.
postgresql:
Установлено: (нет) Кандидат: 10 + 191.pgdg18.04 + 1 Таблица версий: 10 + 191.pgdg18.04 + 1 500 500 http://apt.postgresql.org/pub/repos/apt bionic-pgdg / main Пакеты amd64 500 http://apt.postgresql.org/pub/repos/apt bionic-pgdg / main i386 Пакеты 10 + 190 500 500 http://gr.archive.ubuntu.com/ubuntu bionic / main amd64 Пакеты 500 http : //gr.archive.ubuntu.com/ubuntu bionic / main Пакеты i386
Если я проверю, где находятся папки postgresql, кажется, что у меня есть обе версии, 9.6 и 10
sudo apt remove postgresql-10
.
wget
команды. Что именно идет не так?