2
Ubuntu 18.04にpostgreSQL 9.6をインストールできません
Ubuntu Software Centerを介してUbuntu 18.04にpostgreSQL 9.6をインストールし、ターミナルから入力しようとしています。 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 インストールするバージョンは10です 助けがありますか? …
15
apt
18.04
postgresql