Ubuntu Yazılım Merkezi üzerinden Ubuntu 18.04'e postgreSQL 9.6 kurmaya çalışıyorum ve terminalden yazıyorum
sudo apt-get install postgresql-9.6
resmi belgelere göre 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/ biyonik-pgdg ana
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
Herhangi bir yardım?
Şimdiden teşekkürler.
postgresql:
Yüklendi: (yok) Aday: 10 + 191.pgdg18.04 + 1 Sürüm tablosu: 10 + 191.pgdg18.04 + 150000 http://apt.postgresql.org/pub/repos/apt biyonik-pgdg / ana amd64 Paketleri 500 http://apt.postgresql.org/pub/repos/apt bionic-pgdg / main i386 Paketleri 10 + 190500500 http://gr.archive.ubuntu.com/ubuntu bionic / main amd64 Paketleri 500 http : //gr.archive.ubuntu.com/ubuntu bionic / main i386 Paketleri
Postgresql klasörlerinin nerede olduğunu kontrol edersem, 9.6 ve 10 sürümlerinin her ikisine de sahip olduğum anlaşılıyor
sudo apt remove postgresql-10
.
wget
komutu kullanarak bir anahtarı içe aktarın . Ne yanlış gidiyor?