こちらの記事を参考に、postgresqlのインストールを進めています。
リンク先の説明
PostgreSQLのリポジトリパッケージのインストールを試みております。
CentOS6なので以下のコマンドを実行しました。
# yum -y install https://download.postgresql.org/pub/repos/yum/reporpms/EL-6-x86_64/pgdg-redhat-repo-latest.noarch.rpm // 結果 Loaded plugins: fastestmirror Setting up Install Process pgdg-redhat-repo-latest.noarch.rpm | 6.5 kB 00:00 Examining /var/tmp/yum-root-2ae4eg/pgdg-redhat-repo-latest.noarch.rpm: pgdg-redhat-repo-42.0-11.noarch /var/tmp/yum-root-2ae4eg/pgdg-redhat-repo-latest.noarch.rpm: does not update installed package. Error: Nothing to do
yumが通らないので、次に以下のコマンドを実行しました。
# rpm -iUvh https://download.postgresql.org/pub/repos/yum/reporpms/EL-6-x86_64/pgdg-redhat-repo-latest.noarch.rpm // 結果 Retrieving https://download.postgresql.org/pub/repos/yum/reporpms/EL-6-x86_64/pgdg-redhat-repo-latest.noarch.rpm warning: /var/tmp/rpm-tmp.ybdYfU: Header V4 DSA/SHA1 Signature, key ID 442df0f8: NOKEY Preparing... ########################################### [100%] package pgdg-redhat-repo-42.0-11.noarch is already installed
パッケージインストールは出来たようなので、postgresqlのインストールを試しました。
# yum -y install postgresql11-server postgresql11-contrib // 結果 Loaded plugins: fastestmirror Setting up Install Process // 省略 No package postgresql11-server available. No package postgresql11-contrib available. Error: Nothing to do
上記のようにエラーとなります。
知識が乏しいので、参考記事の手順通りにやるしかないのですが、
どのような原因でこのようなエラーとなっているのか、教えていただけますでしょうか。
前提情報が欠けている場合、お手数ですがご指摘いただけますでしょうか。
よろしくお願いいたします。
回答1件
あなたの回答
tips
プレビュー