Não é possível instalar o libstdc ++ - 4.4.4-13.el6.i686.rpm no OEL 6.8

0

Estou tentando instalar o libstdc ++ - 4.4.4-13.el6.i686.rpm, mas ele diz que a versão mais nova deste pacote já está instalada.

[root@isoft Downloads]# rpm -ivh libstdc++-4.4.4-13.el6.i686.rpm
warning: libstdc++-4.4.4-13.el6.i686.rpm: Header V4 DSA/SHA1 Signature, key ID 192a7d7d: NOKEY
Preparing...                ########################################### [100%]
package libstdc++-4.4.7-17.el6.x86_64 (which is newer than libstdc++-4.4.4-13.el6.i686) is already installed*

Mesmo não consigo desinstalar o libstdc ++ - 4.4.7-17.el6.x86_64.

[root@isoft yum.repos.d]# yum install libstdc++-4.4.6-4.el6.i686
Loaded plugins: refresh-packagekit, security, ulninfo
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package libstdc++.i686 0:4.4.6-4.el6 will be installed
--> Finished Dependency Resolution
Error:  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 libstdc++ which is missing some
            dependency that another package requires. Yum is trying to
            solve this by installing an older version of libstdc++ 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 libstdc++.otherarch ... this should give you an error
            message showing the root cause of the problem.

         2. You have multiple architectures of libstdc++ installed, but
            yum can only see an upgrade for one of those arcitectures.
            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 libstdc++ 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).

       Protected multilib versions: libstdc++-4.4.6-4.el6.i686 != libstdc++-4.4.7-17.el6.x86_64

alguém tem pensamentos para resolver esse erro.

    
por armeena 21.12.2016 / 13:25

2 respostas

0

Você deve correr

yum rebaixa o libstdc ++

e dependências resolvidas. Espera-se que o repos ainda tenha libstdc ++ 4.4.4-13 que você queria. @anthon e @sam devem melhorar a habilidade de leitura. Seu problema era instalar uma versão menor do libstdc ++ sem remover a versão superior do libstdc ++, mostrei-lhe como instalar e remover pacotes instalados. Mesmo ele não pode instalar uma versão inferior do libstdc ++ através do yum por causa do problema de dependências.Qualquer coisa errada com a minha resposta?

    
por 21.12.2016 / 16:11
0

quando você recebe este tipo de problema, pode inserir este comando

package-cleanup --dupes

mostra os pacotes que você precisa remover (versões duplicadas e antigas) do sistema para poder instalar os pacotes com a arquitetura que o repositório deseja instalar, então você precisará iniciar novamente a instalação.

Nota: este problema é referência que o sistema não pode instalar a arquitetura de alguns pacotes porque existe um mesmo pacote com outras arquiteturas. isso significa que precisa sair dos pacotes duplicados e antigos.

    
por 05.05.2017 / 18:44

Tags