CentO安装jdk遇到的问题

来源:互联网 发布:淘宝网历任总裁 编辑:程序博客网 时间:2024/06/08 10:39
[root@localhost etc]# yum install libgcc.i686
已加载插件:fastestmirror, langpacks
base                                          | 3.6 kB     00:00     
extras                                        | 3.4 kB     00:00     
updates                                       | 3.4 kB     00:00     
Loading mirror speeds from cached hostfile
 * base: mirrors.nwsuaf.edu.cn
 * extras: mirrors.neusoft.edu.cn
 * updates: mirrors.neusoft.edu.cn
正在解决依赖关系
--> 正在检查事务
---> 软件包 libgcc.i686.0.4.8.5-16.el7_4.1 将被 安装
--> 解决依赖关系完成
错误: Multilib version problems found. This often means that the root
      cause is something else and multilib version checking is just
      pointing out that there is a problem. Eg.:
      
        1. You have an upgrade for libgcc which is missing some
           dependency that another package requires. Yum is trying to
           solve this by installing an older version of libgcc of the
           different architecture. If you exclude the bad architecture
           yum will tell you what the root cause is (which package
           requires what). You can try redoing the upgrade with
           --exclude libgcc.otherarch ... this should give you an error
           message showing the root cause of the problem.
      
        2. You have multiple architectures of libgcc installed, but
           yum can only see an upgrade for one of those architectures.
           If you don't want/need both architectures anymore then you
           can remove the one with the missing update and everything
           will work.
      
        3. You have duplicate versions of libgcc installed already.
           You can use "yum check" to get yum show these errors.
      
      ...you can also use --setopt=protected_multilib=false to remove
      this checking, however this is almost never the correct thing to
      do as something else is very likely to go wrong (often causing
      much more problems).
      
      保护多库版本:libgcc-4.8.5-16.el7_4.1.i686 != libgcc-4.8.5-11.el7.x86_64

原创粉丝点击