
次のコマンドを使用して、CentOS 7.5 に postgis2_94 をインストールしようとしています (postgresql94 はすでにインストールされています)。
yum install postgresql94-server postgresql94-devel postgis2_94 postgis2_94-docs postgis2_94-utils pgrouting
しかし、次のエラーが発生します。
トランザクション チェック エラー: ファイル /usr/pgsql-9.4/bin/shp2pgsql-gui は、postgis24_94-2.4.4-2.rhel7.x86_64 と postgis22_94-2.2.7-1.rhel7.x86_64 のインストール試行間で競合しています。ファイル /usr/pgsql-9.4/lib/liblwgeom.so は、postgis24_94-2.4.4-2.rhel7.x86_64 と postgis22_94-2.2.7-1.rhel7.x86_64 のインストール試行間で競合しています。ファイル /usr/pgsql-9.4/share/extension/address_standardizer.control は、postgis24_94-2.4.4-2.rhel7.x86_64 のインストール試行間で競合しています。 postgis22_94-2.2.7-1.rhel7.x86_64 ファイル /usr/pgsql-9.4/share/extension/address_standardizer.sql は、postgis24_94-2.4.4-2.rhel7.x86_64 と postgis22_94-2.2.7-1.rhel7.x86_64 のインストール試行間で競合しています。ファイル /usr/pgsql-9.4/share/extension/address_standardizer_data_us.control は、postgis24_94-2.4.4-2.rhel7.x86_64 と postgis22_94-2.2.7-1.rhel7.x86_64 のインストール試行間で競合しています。ファイル /usr/pgsql-9.4/share/extension/address_standardizer_data_us.sql は、 postgis24_94-2.4.4-2.rhel7.x86_64 と postgis22_94-2.2.7-1.rhel7.x86_64 ファイル /usr/pgsql-9.4/share/extension/postgis.control は、postgis24_94-2.4.4-2.rhel7.x86_64 と postgis22_94-2.2.7-1.rhel7.x86_64 ファイルのインストール間で競合しています /usr/pgsql-9.4/share/extension/postgis_sfcgal.control は、postgis24_94-2.4.4-2.rhel7.x86_64 と postgis22_94-2.2.7-1.rhel7.x86_64 ファイルのインストール間で競合しています/usr/pgsql-9.4/share/extension/postgis_tiger_geocoder.control は、postgis24_94-2.4.4-2.rhel7.x86_64 と postgis22_94-2.2.7-1.rhel7.x86_64 のインストール試行間で競合しています。ファイル /usr/pgsql-9.4/share/extension/postgis_tiger_geocoder.sql は、postgis24_94-2.4.4-2.rhel7.x86_64 と postgis22_94-2.2.7-1.rhel7.x86_64 のインストール試行間で競合しています。ファイル /usr/pgsql-9.4/share/extension/postgis_topology.control は、postgis24_94-2.4.4-2.rhel7.x86_64 のインストール試行間で競合しています。および postgis22_94-2.2.7-1.rhel7.x86_64
エラー概要
-------------
どうすれば解決できますか?