根据CentOS7,我试图在一个安装文档盒上安装MPTCP(多路径TCP)支持的内核和工具。它需要安装3 rpm软件包。当我安装iproute mptcp_v0.94时遇到了麻烦。
[root@c7builder tmp]# yum install iproute-mptcp_v0.94
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.aliyun.com
* epel: mirrors.yun-idc.com
* extras: mirrors.aliyun.com
* updates: mirrors.huaweicloud.com
Package iproute is obsoleted by iproute-tc, trying to install iproute-tc-mptcp_v0.94-5.fc24.x86_64 instead
Resolving Dependencies
--> Running transaction check
---> Package iproute-tc.x86_64 0:mptcp_v0.94-5.fc24 will be installed
--> Processing Dependency: iproute(x86-64) = mptcp_v0.94-5.fc24 for package: iproute-tc-mptcp_v0.94-5.fc24.x86_64
--> Finished Dependency Resolution
Error: Package: iproute-tc-mptcp_v0.94-5.fc24.x86_64 (bintray-cpaasch-rpm)
Requires: iproute(x86-64) = mptcp_v0.94-5.fc24
Installed: iproute-4.11.0-14.el7.x86_64 (@anaconda)
iproute(x86-64) = 4.11.0-14.el7
Available: iproute-mptcp_v0.91-4.fc24.x86_64 (bintray-cpaasch-rpm)
iproute(x86-64) = mptcp_v0.91-4.fc24
Available: iproute-mptcp_v0.92-4.fc24.x86_64 (bintray-cpaasch-rpm)
iproute(x86-64) = mptcp_v0.92-4.fc24
Available: iproute-mptcp_v0.93-4.fc24.x86_64 (bintray-cpaasch-rpm)
iproute(x86-64) = mptcp_v0.93-4.fc24
Available: iproute-mptcp_v0.94-5.fc24.x86_64 (bintray-cpaasch-rpm)
iproute(x86-64) = mptcp_v0.94-5.fc24
Available: iproute-4.11.0-14.el7_6.2.x86_64 (updates)
iproute(x86-64) = 4.11.0-14.el7_6.2
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest看起来“It mptcp_v0.94”需要先安装It tc-mptcp_v0.94,而“It tc-mptcp_v0.94”则需要前!我对此感到困惑。有人想给我解释一下吗?
发布于 2019-06-24 15:40:59
Requires: iproute(x86-64) = mptcp_v0.94-5.fc24
Installed: iproute-4.11.0-14.el7.x86_64版本标签表明这是您试图在CentOS 7上使用的Fedora 24包,这是行不通的。
找到一个等价的el7包。或者用el7自己编译它。
https://serverfault.com/questions/972618
复制相似问题