Red Hat Enterprise Linux 7に以下のリポジトリを追加したいです。
・oniguruma
・libzip5
ただ、以下4つのコマンドを実行したところエラーとなりました。
■1.yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
『yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
epel-release-latest-7.noarch.rpm | 15 kB 00:00:00
Examining /var/tmp/yum-root-51xX8r/epel-release-latest-7.noarch.rpm: epel-release-7-14.noarch
/var/tmp/yum-root-51xX8r/epel-release-latest-7.noarch.rpm: does not update installed package.
Error: Nothing to do』
■2.yum install oniguruma
『Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
No package oniguruma available.
Error: Nothing to do』
■3.yum install https://rpms.remirepo.net/enterprise/remi-release-7.rpm
『Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
remi-release-7.rpm | 27 kB 00:00:00
Examining /var/tmp/yum-root-51xX8r/remi-release-7.rpm: remi-release-7.9-5.el7.remi.noarch
/var/tmp/yum-root-51xX8r/remi-release-7.rpm: does not update installed package.
Error: Nothing to do』
■4.yum --enablerepo=remi install libzip5
『Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
remi | 3.0 kB 00:00:00
remi/primary_db | 3.4 MB 00:00:15
Resolving Dependencies
--> Running transaction check
---> Package libzip5.x86_64 0:1.9.2-3.el7.remi will be installed
--> Processing Dependency: libzstd(x86-64) >= 1.3.6 for package: libzip5-1.9.2-3.el7.remi.x86_64
--> Processing Dependency: libzstd.so.1()(64bit) for package: libzip5-1.9.2-3.el7.remi.x86_64
--> Finished Dependency Resolution
Error: Package: libzip5-1.9.2-3.el7.remi.x86_64 (remi)
Requires: libzstd(x86-64) >= 1.3.6
Error: Package: libzip5-1.9.2-3.el7.remi.x86_64 (remi)
Requires: libzstd.so.1()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest』
マウントはできている状態です。なのでyum使用できる認識です。
エラーなく対処できる方法があれば教えていただけますでしょうか。
参考資料は以下です。
https://jp.cybozu.help/ja/settings/garoon4/linux_library_gr5.html
よろしくお願いします。

あなたの回答
tips
プレビュー