How to Install gcc 5.3 with yum on CentOS 7.2?

前端 未结 5 1830
时光取名叫无心
时光取名叫无心 2020-12-04 04:54

I am using CentOS 7.2

When I use yum groupinstall \"Development Tools\", gcc version is 4.8.5, like this:

I would like to install

5条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-04 05:43

    Command to install GCC and Development Tools on a CentOS / RHEL 7 server

    Type the following yum command as root user:

    yum group install "Development Tools"

    OR

    sudo yum group install "Development Tools"

    If above command failed, try:

    yum groupinstall "Development Tools"

提交回复
热议问题