Red Hat Enterprise Linux 8.0 が試用できるようなので、試してみました。
rhel-8.0-x86_64-dvd.iso 6.61GB
ブート用USBを作成のため、rufus の使用。
USBからインストール
インストール後
を参考に、PostgreSQLのインストールを試みるが失敗。
yum install @postgresql
を参考に、
dnf install @postgresql
これも失敗。
スペルが間違っているかと、
yum install @postgresql
yum install@postgresql
yum install postgresql
dnf install @postgresql
dnf install@postgresql
dnf install postgresql
などを試してみるが、失敗。
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
エラー: 有効な repo がありません。
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
そのようなコマンドはありません: install@postgresql. /usr/bin/dnf --help を使用してください。
DNF プラグインコマンドかもしれません。"dnf install 'dnf-command(install@postgresql)'" を試してください
yum.postgresql.org のサイトから
リポジトリパッケージを取得
インストール
yum install postgresql
インストールはできたようです。