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
本站文章除注明[转载|引用],均为本站原创内容,转载前请注明出处
统计文本中每个字符出现的次数
Nali 离线ip数据库文件
苹果CMS v10内容管理系统搭建
bin/ld: Dwarf Error: found dwarf version '5', this reader only handles version 2, 3 and 4 information.

centos7 安装配置vsftpd 和配置虚拟用户

expect - linux远程执行命令

我要留言