2
ไม่สามารถติดตั้ง postgreSQL 9.6 ใน Ubuntu 18.04
ฉันพยายามติดตั้ง 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 …
15
apt
18.04
postgresql