Estou tentando instalar o postgreSQL 9.6 no Ubuntu 18.04 via Ubuntu Software Center e digite a partir do terminal
sudo apt-get install postgresql-9.6
de acordo com a documentação oficial 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
Qualquer ajuda?
Desde já, obrigado.
postgresql:
Instalado: (nenhum) Candidato: 10 + 191.pgdg18.04 + 1 Tabela de versões: 10 + 191.pgdg18.04 + 1 500 500 http://apt.postgresql.org/pub/repos/apt bionic-pgdg / main Pacotes amd64 500 http://apt.postgresql.org/pub/repos/apt bionic-pgdg / main i386 Pacotes 10 + 190 500 500 http://gr.archive.ubuntu.com/ubuntu bionic / main amd64 Pacotes 500 http : //gr.archive.ubuntu.com/ubuntu bionic / main Pacotes i386
Se eu verificar onde estão as pastas do postgresql, parece que tenho as duas versões 9.6 e 10
sudo apt remove postgresql-10
.
wget
comando O que exatamente dá errado?