CentOS 7安装Development Tools失败
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
网友评论