美文网首页
CentOS 7安装Development Tools失败

CentOS 7安装Development Tools失败

作者: AydanLinux | 来源:发表于2020-08-26 08:03 被阅读0次

error message

]# yum groupinstall Development tools

Loaded plugins: fastestmirror
There is no installed groups file.
Maybe run: yum groups mark convert (see man yum)
Loading mirror speeds from cached hostfile
 * base: mirrors.aliyun.com
 * extras: mirrors.aliyun.com
 * updates: mirrors.aliyun.com
Warning: Group development does not have any packages to install.
Warning: group tools does not exist.
Maybe run: yum groups mark install (see man yum)
No packages in any requested group available to install or update

solution

yum groups mark install "Development Tools"
yum groups mark convert "Development Tools"
yum groupinstall "Development Tools"

参考资料

相关文章

网友评论

      本文标题:CentOS 7安装Development Tools失败

      本文链接:https://www.haomeiwen.com/subject/cpbzjktx.html