首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何(与百胜)交换两个rpm在飞行?

如何(与百胜)交换两个rpm在飞行?
EN

Server Fault用户
提问于 2019-06-24 07:59:05
回答 1查看 206关注 0票数 0

根据CentOS7,我试图在一个安装文档盒上安装MPTCP(多路径TCP)支持的内核和工具。它需要安装3 rpm软件包。当我安装iproute mptcp_v0.94时遇到了麻烦。

代码语言:javascript
复制
[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”则需要前!我对此感到困惑。有人想给我解释一下吗?

EN

回答 1

Server Fault用户

发布于 2019-06-24 15:40:59

代码语言:javascript
复制
       Requires: iproute(x86-64) = mptcp_v0.94-5.fc24
       Installed: iproute-4.11.0-14.el7.x86_64

版本标签表明这是您试图在CentOS 7上使用的Fedora 24包,这是行不通的。

找到一个等价的el7包。或者用el7自己编译它。

票数 1
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/972618

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档