查询可安装的软件包组
[root@localhost ~]# yum grouplist
安装我们需要的开发软件包组【Development tools】
[root@localhost ~]# yum grouplist|grep Development #过滤出我们需要的
Development and Creative Workstation
Desktop Platform Development
Development Tools
Server Platform Development
[root@localhost ~]# yum groupinstall "Development tools" -y
商业转载请联系作者获得授权,非商业转载请注明出处 本文地址:https://me.jinchuang.org/archives/13.html