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
助けがありますか?
前もって感謝します。
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
ます。
wget
コマンドを使用してキーをインポートします。何がうまくいかないのでしょうか?