侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

Centos 安装gcc c++

2023-12-20 星期三 / 0 评论 / 0 点赞 / 133 阅读 / 788 字

一.环境: 1.1系统: [root@host-xxxsoft]# lsb_release -a LSB Version: :base-4.0-amd64:base-4.0-noarch:core-

一.环境:

1.1系统:

[root@host-xxxsoft]# lsb_release -a
LSB Version:    :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
Distributor ID: CentOS
Description:    CentOS release 6.6 (Final)
Release:        6.6
Codename:       Final
[root@host-xxx soft]# 

1.2 前提条件

     用户:root用户

 网络:有能正常使用的yum 源

二. 安装

[root@host-xxx soft]# yum -y install gcc

[root@host-xxx soft]# yum -y install gcc-c++ 

 

 

 

 

广告 广告

评论区