码迷,mamicode.com
首页 > 其他好文 > 详细

CentOS 7 安装开发者环境

时间:2018-04-29 13:31:51      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:man   class   eve   groups   pre   file   box   群组   centos 7   

在vagrant box中安装了基本的centos7的box,但是,该环境没有安装编译软件,所以要求自行安装。

1、查看群组安装的源包数量: yum group list ,搜索Development关键字: yum gropu list | grep Development ,得到:

[vagrant@localhost ~]$ yum group list | grep Development
There is no installed groups file.
Maybe run: yum groups mark convert (see man yum)
   Development and Creative Workstation
   Desktop Platform Development
   Development Tools
   Server Platform Development

2、安装Development Tools包: sudo yum groupinstall "Development Tools" 

CentOS 7 安装开发者环境

标签:man   class   eve   groups   pre   file   box   群组   centos 7   

原文地址:https://www.cnblogs.com/litifeng/p/8970595.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!