zoukankan      html  css  js  c++  java
  • yum安装gcc

      如果服务器是自己的,并且机器就在身边,那什么都不用说了,缺少gcc顶多就是重新放入安装盘,把开发工具包安装上。但是如果是租的服务器,托管服务 方那帮人又搞不懂你说的啥子gcc,要安装gcc实在是太麻烦了。你得去找gcc相关的包,版本号还得必须对应上,否则不兼容。最近给一个朋友装gcc, 着实头疼了一把。后来发现yum这个好东西,只需要执行一个命令,所有的烦恼都解除了。

          朋友的系统是CentOS 5 的,托管商没给安装gcc,于是使用如下两个命令就可把gcc,gcc-c++统统安装上:

    yum -y install gcc
    
    yum -y install gcc-c++

    yum会自动查找软件的相关依赖包,自动下载安装,全过程轻松愉快。特此记录一下。

    [root@localhost Jorcen]# yum -y install gcc
    Loaded plugins: fastestmirror, langpacks, refresh-packagekit
    livna                                                    | 1.3 kB     00:00     
    rpmfusion-free-updates                                   | 3.3 kB     00:00     
    rpmfusion-nonfree-updates                                | 3.3 kB     00:00     
    updates/19/x86_64/metalink                               | 4.0 kB     00:00     
    updates                                                  | 4.9 kB     00:00     
    updates/19/x86_64/primary_db                               |  11 MB   00:54     
    (1/3): rpmfusion-nonfree-updates/19/x86_64/primary_db      | 246 kB   00:01     
    (2/3): updates/19/x86_64/updateinfo                        | 1.2 MB   00:04     
    (3/3): updates/19/x86_64/pkgtags                           | 1.0 MB   00:19     
    Loading mirror speeds from cached hostfile
     * fedora: mirrors.oschina.net
     * livna: ftp-stud.fht-esslingen.de
     * rpmfusion-free: mirror.bjtu.edu.cn
     * rpmfusion-free-updates: mirror.bjtu.edu.cn
     * rpmfusion-nonfree: mirror.bjtu.edu.cn
     * rpmfusion-nonfree-updates: mirror.bjtu.edu.cn
     * updates: mirrors.oschina.net
    Resolving Dependencies
    --> Running transaction check
    ---> Package gcc.x86_64 0:4.8.2-7.fc19 will be installed
    --> Processing Dependency: cpp = 4.8.2-7.fc19 for package: gcc-4.8.2-7.fc19.x86_64
    --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.2-7.fc19.x86_64
    --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.2-7.fc19.x86_64
    --> Running transaction check
    ---> Package cpp.x86_64 0:4.8.2-7.fc19 will be installed
    ---> Package glibc-devel.x86_64 0:2.17-20.fc19 will be installed
    --> Processing Dependency: glibc-headers = 2.17-20.fc19 for package: glibc-devel-2.17-20.fc19.x86_64
    --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-20.fc19.x86_64
    ---> Package libmpc.x86_64 0:1.0.1-1.fc19 will be installed
    --> Running transaction check
    ---> Package glibc-headers.x86_64 0:2.17-20.fc19 will be installed
    --> Finished Dependency Resolution
    
    Dependencies Resolved
    
    ======================================================================================================================================================
     Package                                Arch                            Version                                Repository                        Size
    ======================================================================================================================================================
    Installing:
     gcc                                    x86_64                          4.8.2-7.fc19                           updates                           16 M
    Installing for dependencies:
     cpp                                    x86_64                          4.8.2-7.fc19                           updates                          5.9 M
     glibc-devel                            x86_64                          2.17-20.fc19                           updates                          1.0 M
     glibc-headers                          x86_64                          2.17-20.fc19                           updates                          645 k
     libmpc                                 x86_64                          1.0.1-1.fc19                           fedora                            49 k
    
    Transaction Summary
    ======================================================================================================================================================
    Install  1 Package (+4 Dependent packages)
    
    Total download size: 24 M
    Installed size: 55 M
    Downloading packages:
    cpp-4.8.2-7.fc19.x86_64.rpm    FAILED                                                                               ]  43 kB/s | 251 kB  00:09:16 ETA 
    http://mirror.nus.edu.sg/fedora/linux/updates/19/x86_64/cpp-4.8.2-7.fc19.x86_64.rpm: [Errno 14] HTTP Error 403 - ForbiddenkB/s | 251 kB  00:09:16 ETA 
    Trying other mirror.
    glibc-headers-2.17-20.fc19.x86 FAILED                                                                               ]  49 kB/s | 330 kB  00:08:02 ETA 
    http://mirror.nus.edu.sg/fedora/linux/updates/19/x86_64/glibc-headers-2.17-20.fc19.x86_64.rpm: [Errno 14] HTTP Error 403 - Forbidden kB  00:08:02 ETA 
    Trying other mirror.
    (1/5): libmpc-1.0.1-1.fc19.x86_64.rpm                                                                                          |  49 kB  00:00:07     
    (2/5): glibc-devel-2.17-20.fc19.x86_64.rpm                                                                                     | 1.0 MB  00:00:13     
    (3/5): cpp-4.8.2-7.fc19.x86_64.rpm                                                                                             | 5.9 MB  00:00:30     
    (4/5): glibc-headers-2.17-20.fc19.x86_64.rpm                                                                                   | 645 kB  00:00:30     
    (5/5): gcc-4.8.2-7.fc19.x86_64.rpm                                                                                             |  16 MB  00:03:45     
    ------------------------------------------------------------------------------------------------------------------------------------------------------
    Total                                                                                                                 107 kB/s |  24 MB  00:03:45     
    Running transaction check
    Running transaction test
    Transaction test succeeded
    Running transaction
      Installing : libmpc-1.0.1-1.fc19.x86_64                                                                                                         1/5 
      Installing : cpp-4.8.2-7.fc19.x86_64                                                                                                            2/5 
      Installing : glibc-headers-2.17-20.fc19.x86_64                                                                                                  3/5 
      Installing : glibc-devel-2.17-20.fc19.x86_64                                                                                                    4/5 
      Installing : gcc-4.8.2-7.fc19.x86_64                                                                                                            5/5 
      Verifying  : cpp-4.8.2-7.fc19.x86_64                                                                                                            1/5 
      Verifying  : glibc-headers-2.17-20.fc19.x86_64                                                                                                  2/5 
      Verifying  : glibc-devel-2.17-20.fc19.x86_64                                                                                                    3/5 
      Verifying  : gcc-4.8.2-7.fc19.x86_64                                                                                                            4/5 
      Verifying  : libmpc-1.0.1-1.fc19.x86_64                                                                                                         5/5 
    
    Installed:
      gcc.x86_64 0:4.8.2-7.fc19                                                                                                                           
    
    Dependency Installed:
      cpp.x86_64 0:4.8.2-7.fc19       glibc-devel.x86_64 0:2.17-20.fc19       glibc-headers.x86_64 0:2.17-20.fc19       libmpc.x86_64 0:1.0.1-1.fc19      
    
    Complete!

    install gcc-c++

    [root@localhost Jorcen]# yum -y install gcc-c++
    Loaded plugins: fastestmirror, langpacks, refresh-packagekit
    Loading mirror speeds from cached hostfile
     * fedora: mirrors.yun-idc.com
     * livna: ftp-stud.fht-esslingen.de
     * rpmfusion-free: mirror.bjtu.edu.cn
     * rpmfusion-free-updates: mirror.bjtu.edu.cn
     * rpmfusion-nonfree: mirror.bjtu.edu.cn
     * rpmfusion-nonfree-updates: mirror.bjtu.edu.cn
     * updates: mirrors.yun-idc.com
    Resolving Dependencies
    --> Running transaction check
    ---> Package gcc-c++.x86_64 0:4.8.2-7.fc19 will be installed
    --> Processing Dependency: libstdc++-devel = 4.8.2-7.fc19 for package: gcc-c++-4.8.2-7.fc19.x86_64
    --> Running transaction check
    ---> Package libstdc++-devel.x86_64 0:4.8.2-7.fc19 will be installed
    --> Finished Dependency Resolution
    
    Dependencies Resolved
    
    ======================================================================================================================================================
     Package                                 Arch                           Version                                 Repository                       Size
    ======================================================================================================================================================
    Installing:
     gcc-c++                                 x86_64                         4.8.2-7.fc19                            updates                         7.1 M
    Installing for dependencies:
     libstdc++-devel                         x86_64                         4.8.2-7.fc19                            updates                         1.5 M
    
    Transaction Summary
    ======================================================================================================================================================
    Install  1 Package (+1 Dependent package)
    
    Total download size: 8.6 M
    Installed size: 24 M
    Downloading packages:
    (1/2): libstdc++-devel-4.8.2-7.fc19.x86_64.rpm                                                                                 | 1.5 MB  00:00:14     
    (2/2): gcc-c++-4.8.2-7.fc19.x86_64.rpm                                                                                         | 7.1 MB  00:01:02     
    ------------------------------------------------------------------------------------------------------------------------------------------------------
    Total                                                                                                                 140 kB/s | 8.6 MB  00:01:02     
    Running transaction check
    Running transaction test
    Transaction test succeeded
    Running transaction
      Installing : libstdc++-devel-4.8.2-7.fc19.x86_64                                                                                                1/2 
      Installing : gcc-c++-4.8.2-7.fc19.x86_64                                                                                                        2/2 
      Verifying  : libstdc++-devel-4.8.2-7.fc19.x86_64                                                                                                1/2 
      Verifying  : gcc-c++-4.8.2-7.fc19.x86_64                                                                                                        2/2 
    
    Installed:
      gcc-c++.x86_64 0:4.8.2-7.fc19                                                                                                                       
    
    Dependency Installed:
      libstdc++-devel.x86_64 0:4.8.2-7.fc19                                                                                                               
    
    Complete!

    other

    yum -y install gcc
    yum -y install gcc-c++ 
    yum install make
    
    -- 或者
    yum groupinstall "Development Tools"
    
    -- 或者
    yum install gcc gcc-c++ kernel-devel
  • 相关阅读:
    Thinkphp 5.0.15 设计缺陷导致Insert/update-SQL注入 分析
    Thinkphp 3.2.3 parseWhere设计缺陷导致update/delete注入 分析
    Thinkphp <= 5.0.10 缓存getshell复现
    Typecho-反序列化漏洞学习
    Discuz3.4-SSRF-从触发点到构造payload
    php session序列化攻击面浅析
    浅析一款扫描dom-xss的浏览器插件
    sqlmap Bool型&延时型 检测策略分析
    SpringSecurityOauth RCE (CVE-2016-4977) 分析与复现
    k8s之statefulSet-有状态应用副本集控制器
  • 原文地址:https://www.cnblogs.com/mjorcen/p/3721930.html
Copyright © 2011-2022 走看看