お世話になっております。
amazon linux2環境で
php81にzipライブラリをインストールするため、
yum installでインストールさせたいのですが、
libzstd-1.3.3-1.amzn2.0.1.x86_64 と競合がいるのかインストールができませんでした。
しかし、この
libzstd-1.3.3-1.amzn2.0.1.x86_64
をアンインストールしようとしてもパッケージが見つからないと言われています。
解釈が間違っているのでしょうか?
shell
1[root]# yum install php81-php-pecl-zip.x86_64 2Loaded plugins: extras_suggestions, langpacks, priorities, update-motd, versionlock 3260 packages excluded due to repository priority protections 4Resolving Dependencies 5--> Running transaction check 6---> Package php81-php-pecl-zip.x86_64 0:1.20.0-1.el7.remi will be installed 7--> Processing Dependency: libzip5(x86-64) >= 1.8.0 for package: php81-php-pecl-zip-1.20.0-1.el7.remi.x86_64 8--> Processing Dependency: libzip.so.5()(64bit) for package: php81-php-pecl-zip-1.20.0-1.el7.remi.x86_64 9--> Running transaction check 10---> Package libzip5.x86_64 0:1.8.0-2.el7.remi will be installed 11--> Processing Dependency: libzstd(x86-64) >= 1.3.6 for package: libzip5-1.8.0-2.el7.remi.x86_64 12--> Processing Dependency: libzstd.so.1()(64bit) for package: libzip5-1.8.0-2.el7.remi.x86_64 13--> Running transaction check 14---> Package libzip5.x86_64 0:1.8.0-2.el7.remi will be installed 15--> Processing Dependency: libzstd(x86-64) >= 1.3.6 for package: libzip5-1.8.0-2.el7.remi.x86_64 16---> Package libzstd.x86_64 0:1.3.3-1.amzn2.0.1 will be installed 17--> Finished Dependency Resolution 18Error: Package: libzip5-1.8.0-2.el7.remi.x86_64 (remi-safe) 19 Requires: libzstd(x86-64) >= 1.3.6 20 Available: libzstd-1.3.3-1.amzn2.x86_64 (amzn2-core) 21 libzstd(x86-64) = 1.3.3-1.amzn2 22 Available: libzstd-1.3.3-1.amzn2.0.1.x86_64 (amzn2-core) 23 libzstd(x86-64) = 1.3.3-1.amzn2.0.1 24Error: Package: libzip5-1.8.0-2.el7.remi.x86_64 (remi-safe) 25 Requires: libzstd(x86-64) >= 1.3.6 26 Available: libzstd-1.3.3-1.amzn2.x86_64 (amzn2-core) 27 libzstd(x86-64) = 1.3.3-1.amzn2 28 Installing: libzstd-1.3.3-1.amzn2.0.1.x86_64 (amzn2-core) 29 libzstd(x86-64) = 1.3.3-1.amzn2.0.1 30 You could try using --skip-broken to work around the problem 31 You could try running: rpm -Va --nofiles --nodigest 32[root]# yum remove libzstd-1.3.3-1.amzn2.0.1.x86_64 33Loaded plugins: extras_suggestions, langpacks, priorities, update-motd, versionlock 34No Match for argument: libzstd-1.3.3-1.amzn2.0.1.x86_64 35No Packages marked for removal 36[root]#
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/11/19 13:05