ฉันพยายามติดตั้ง postgreSQL 9.6 ใน Ubuntu 18.04 ผ่านทางศูนย์ซอฟต์แวร์ Ubuntu และพิมพ์จากเทอร์มินัล
sudo apt-get install postgresql-9.6
ตามเอกสารอย่างเป็นทางการ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
ความช่วยเหลือใด ๆ
ขอบคุณล่วงหน้า.
postgresql:
ติดตั้งแล้ว: (ไม่มี) ผู้สมัคร: 10 + 191.pgdg18.04 + 1 ตารางเวอร์ชัน: 10 + 191.pgdg18.04 + 1 500 500 http://apt.postgresql.org/pub/repos/apt bionic-pgdg / main แพ็คเกจ amd64 500 http://apt.postgresql.org/pub/repos/aptแพคเกจbionic-pgdg / main i386 แพ็คเกจ 10 + 190 500 500 http://gr.archive.ubuntu.com/ubuntu bionic / main แพ็คเกจ amd64 500 http : //gr.archive.ubuntu.com/ubuntu bionic / main i386 แพ็คเกจ
หากฉันตรวจสอบว่าโฟลเดอร์ postgresql อยู่ที่ไหนดูเหมือนว่าฉันมีทั้งรุ่น 9.6 และ 10
sudo apt remove postgresql-10
10
wget
คำสั่ง เกิดอะไรขึ้นกันแน่?