在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" 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-21
  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
猜你喜欢
  • 2022-12-23
  • 2021-08-05
  • 2021-09-22
  • 2021-07-19
  • 2021-05-20
  • 2022-01-02
  • 2022-12-23
相关资源
相似解决方案