Yum:削除された古いパッケージがインストールする新しいパッケージと競合します。

Yum:削除された古いパッケージがインストールする新しいパッケージと競合します。

Centos7でdocker-engineをアップグレード/インストールしようとしています。以前はdockerバージョン1.10をインストールしました。 yumremoveを使用して削除しました。現在、docker Webサイトに記載されているカールスクリプトからバージョン1.12をインストールしようとしています。

$ curl -fsSL https://get.docker.com/ | sh

ただし、次のエラーが発生します。

[root@centos-512mb-nyc3-01 ~]# yum install docker-engine
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirror.cc.columbia.edu
 * extras: linux.cc.lehigh.edu
 * updates: mirror.netdepot.com
Resolving Dependencies
--> Running transaction check
---> Package docker-engine.x86_64 0:1.12.3-1.el7.centos will be installed
--> Processing Dependency: docker-engine-selinux >= 1.12.3-1.el7.centos for package: docker-engine-1.12.3-1.el7.centos.x86_64
--> Processing Dependency: libltdl.so.7()(64bit) for package: docker-engine-1.12.3-1.el7.centos.x86_64
--> Running transaction check
---> Package docker-engine-selinux.noarch 0:1.12.3-1.el7.centos will be installed
---> Package libtool-ltdl.x86_64 0:2.4.2-21.el7_2 will be installed
--> Processing Conflict: docker-engine-selinux-1.12.3-1.el7.centos.noarch conflicts docker-selinux
--> Finished Dependency Resolution
Error: docker-engine-selinux conflicts with docker-selinux-1.10.3-46.el7.centos.14.x86_64
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

指定されたソリューションを使用すると、依存関係のためにインストールが失敗しました。助けてください。

ベストアンサー1

おすすめ記事