Sto cercando di installare PostgreSQL 9.6 in Ubuntu 18.04 tramite Ubuntu Software Center e digitare dal terminale
sudo apt-get install postgresql-9.6
secondo la documentazione ufficiale 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
La versione da installare è 10
Qualsiasi aiuto?
Grazie in anticipo.
postgresql:
Installato: (nessuno) Candidato: 10 + 191.pgdg18.04 + 1 Tabella delle versioni: 10 + 191.pgdg18.04 + 1 500 500 http://apt.postgresql.org/pub/repos/apt bionic-pgdg / main Pacchetti amd64 500 http://apt.postgresql.org/pub/repos/apt bionic-pgdg / main Pacchetti i386 10 + 190 500 500 http://gr.archive.ubuntu.com/ubuntu bionic / main Pacchetti amd64 500 http : //gr.archive.ubuntu.com/ubuntu bionic / pacchetti i386 principali
Se controllo dove sono le cartelle postgresql, sembra che ho entrambe le versioni, 9.6 e 10
sudo apt remove postgresql-10
.
wget
comando. Cosa non va esattamente?