linux yum安装开发工具包组
· 技术积累 · Linux

查询可安装的软件包组

[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

本文最后更新时间 2023-10-14
文章链接地址:
https://me.jinchuang.org/archives/13.html
本站文章除注明[转载|引用|原文]出处外,均为本站原生内容,转载前请注明出处


留言