zoukankan      html  css  js  c++  java
  • 出现No package gcc+ available解决办法

    系统

    CentOS Linux release 7.4.1708 (Core)
     

    安装gcc时报错

    [root@ip-172-29-0-155 node-v10.15.3]# yum -y install gcc+
    Loaded plugins: fastestmirror
    Loading mirror speeds from cached hostfile
     * base: mirrors.aliyun.com
     * extras: mirrors.aliyun.com
     * updates: mirrors.aliyun.com
    No package gcc+ available.

    解决办法

    1)找到支持的版本

    [root@ip-172-29-0-155 node-v10.15.3]# yum search "gcc-c++"
    Loaded plugins: fastestmirror
    Loading mirror speeds from cached hostfile
     * base: mirrors.aliyun.com
     * extras: mirrors.aliyun.com
     * updates: mirrors.aliyun.com
    ================================================================================================================ N/S matched: gcc-c++ ================================================================================================================
    gcc-c++.x86_64 : C++ support for GCC
    
      Name and summary matches only, use "search all" for everything.
    2)安装
    yum install gcc-c++.x86_64
  • 相关阅读:
    利用NABCD模型进行竞争性需求分析
    团队组建及项目启动
    结对项目
    归档二
    归档(1)
    自定义cell
    CoreData(数据持久化的方式)
    autoLayout(相对布局)二
    autoLayout (相对布局)1()
    细节知识点的记忆
  • 原文地址:https://www.cnblogs.com/lemon-le/p/10538130.html
Copyright © 2011-2022 走看看