- 2020/04/25
CentOS8 Error: Unable to find a match: postgresql-serverの対処
CentOS8にPostgreSQLをインストールしようとすると Error: Unable to find a match: postgresql-server となってしまいインストールできないことがあります。 CentOS8ではAppStreamと言う概念が作られていて、標準ではそこを見に行ってしまうためにこのエラーが発生します。 対策 dnf --repo pgdg12 in […]