CentOS   发布时间:2022-04-02  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了关于CentOS\RHEL 7.x的yum组安装错误的解决方案大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。

概述

今天使用CentOS 7的组安装,结果发现提示错误, yum groupinstall "System Administration Tools" 详细信息如下: Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile  * base: mirrors.aliyun.com  * ext

今天使用CentOS 7的组安装,结果发现提示错误

yumgroupinstall"SystemAdministrationTools"

详细信息如下:

Loadedplugins:fastestmirror,langpacks
Loadingmirrorspeedsfromcachedhostfile
*base:mirrors.aliyun.com
*extras:mirrors.aliyun.com
*updates:mirrors.aliyun.com
Warning:Groupsystem-admin-toolsdoesnothaveanypackagestoinstall.
Mayberun:yumgroupsmarkinstall(seemanyum)
Nopackagesinanyrequestedgroupavailabletoinstallorupdate

经过一番谷歌,结果发现红帽的官方说7中的yum已经发生变化,需要使用特定选项来安装,具体命令如下:

yumgroupinstall"SystemAdministrationTools"--setopt=group_package_types=mandatory,default,optional

原文解决方案地址:

https://access.redhat.com/solutions/1310043

大佬总结

以上是大佬教程为你收集整理的关于CentOS\RHEL 7.x的yum组安装错误的解决方案全部内容,希望文章能够帮你解决关于CentOS\RHEL 7.x的yum组安装错误的解决方案所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。
标签: