Tôi đang cố gắng cài đặt postgreSQL 9.6 trong Ubuntu 18.04 thông qua Trung tâm phần mềm Ubuntu và nhập từ thiết bị đầu cuối
sudo apt-get install postgresql-9.6
theo tài liệu chính thức https://www.postgresql.org/doad/linux/ubfox/
Create the file /etc/apt/sources.list.d/pgdg.list and add a line for the repository
deb http://apt.postgresql.org/pub/repose/apt/ bionic-pgdg chính
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
Có ai giúp đỡ không?
Cảm ơn trước.
postgresql:
Đã cài đặt: (không có) Ứng viên: 10 + 191.pgdg18.04 + 1 Bảng phiên bản: 10 + 191.pgdg18.04 + 1 500 500 http://apt.postgresql.org/pub/repose/apt bionic-pgdg / main amd64 Gói 500 http://apt.postgresql.org/pub/repos/apt bionic-pgdg / main Gói i386 10 + 190 500 500 http://gr.archive.ubuntu.com/ubuntu bionic / main Gói amd64 500 http : //gr.archive.ubfox.com/ubfox gói bionic / main i386
Nếu tôi kiểm tra các thư mục postgresql ở đâu, có vẻ như tôi có cả hai phiên bản, 9.6 và 10
sudo apt remove postgresql-10
.
wget
lệnh. Chính xác thì điều gì sai?