Ich versuche, postgreSQL 9.6 in Ubuntu 18.04 über das Ubuntu Software Center zu installieren und vom Terminal aus einzugeben
sudo apt-get install postgresql-9.6
laut offizieller Dokumentation 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
Die zu installierende Version ist 10
Irgendeine Hilfe?
Danke im Voraus.
postgresql:
Installiert: (keine) Kandidat: 10 + 191.pgdg18.04 + 1 Versionstabelle: 10 + 191.pgdg18.04 + 1 500 500 http://apt.postgresql.org/pub/repos/apt bionic-pgdg / main amd64-Pakete 500 http://apt.postgresql.org/pub/repos/apt bionic-pgdg / main i386-Pakete 10 + 190 500 500 http://gr.archive.ubuntu.com/ubuntu bionic / main amd64-Pakete 500 http : //gr.archive.ubuntu.com/ubuntu bionic / main i386-Pakete
Wenn ich überprüfe, wo sich die Postgresql-Ordner befinden, habe ich anscheinend beide Versionen, 9.6 und 10
sudo apt remove postgresql-10
.
wget
Befehl. Was genau geht schief?