Cannot install libstdc++-4.4.4-13.el6.i686.rpm on OEL 6.8
Clash Royale CLAN TAG#URR8PPP
I'm trying to install libstdc++-4.4.4-13.el6.i686.rpm but it says newer version of this package is already installed.
[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*
Even i cannot uninstall 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
any one has thoughts to resolve this error.
rpm
add a comment |
I'm trying to install libstdc++-4.4.4-13.el6.i686.rpm but it says newer version of this package is already installed.
[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*
Even i cannot uninstall 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
any one has thoughts to resolve this error.
rpm
Sounds like an XY problem to me. Why would you want the very old 4.4.4 version ?
– Dani_l
Dec 22 '16 at 16:16
add a comment |
I'm trying to install libstdc++-4.4.4-13.el6.i686.rpm but it says newer version of this package is already installed.
[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*
Even i cannot uninstall 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
any one has thoughts to resolve this error.
rpm
I'm trying to install libstdc++-4.4.4-13.el6.i686.rpm but it says newer version of this package is already installed.
[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*
Even i cannot uninstall 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
any one has thoughts to resolve this error.
rpm
rpm
edited Dec 21 '16 at 20:17
jayhendren
5,46721444
5,46721444
asked Dec 21 '16 at 12:25
armeenaarmeena
11
11
Sounds like an XY problem to me. Why would you want the very old 4.4.4 version ?
– Dani_l
Dec 22 '16 at 16:16
add a comment |
Sounds like an XY problem to me. Why would you want the very old 4.4.4 version ?
– Dani_l
Dec 22 '16 at 16:16
Sounds like an XY problem to me. Why would you want the very old 4.4.4 version ?
– Dani_l
Dec 22 '16 at 16:16
Sounds like an XY problem to me. Why would you want the very old 4.4.4 version ?
– Dani_l
Dec 22 '16 at 16:16
add a comment |
2 Answers
2
active
oldest
votes
You should run
yum downgrade libstdc++
and solved dependencies.Hopefully repos still got libstdc++ 4.4.4-13 that you wanted. @anthon and @sam should improve reading skill. His problem was installing lower version of libstdc++ without removed higher version of libstdc++.I showed him how to install and remove installed packages. Even he cant install lower version of libstdc++ thru yum because of dependencies problem.Anything wrong with my answer?
add a comment |
when you get this kind of issue, can enter this command
package-cleanup --dupes
this show you the packets that you need remove (duplicates and oldies versions)of the system to can install the packets with the architecture that the repo want install,
then you'll need to start again the installation.
Note: this problem is reference that system can't install some packet's architecture because there one old same packet with other architecture.
this mean that need quit the duplicates and oldies packets.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f331913%2fcannot-install-libstdc-4-4-4-13-el6-i686-rpm-on-oel-6-8%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You should run
yum downgrade libstdc++
and solved dependencies.Hopefully repos still got libstdc++ 4.4.4-13 that you wanted. @anthon and @sam should improve reading skill. His problem was installing lower version of libstdc++ without removed higher version of libstdc++.I showed him how to install and remove installed packages. Even he cant install lower version of libstdc++ thru yum because of dependencies problem.Anything wrong with my answer?
add a comment |
You should run
yum downgrade libstdc++
and solved dependencies.Hopefully repos still got libstdc++ 4.4.4-13 that you wanted. @anthon and @sam should improve reading skill. His problem was installing lower version of libstdc++ without removed higher version of libstdc++.I showed him how to install and remove installed packages. Even he cant install lower version of libstdc++ thru yum because of dependencies problem.Anything wrong with my answer?
add a comment |
You should run
yum downgrade libstdc++
and solved dependencies.Hopefully repos still got libstdc++ 4.4.4-13 that you wanted. @anthon and @sam should improve reading skill. His problem was installing lower version of libstdc++ without removed higher version of libstdc++.I showed him how to install and remove installed packages. Even he cant install lower version of libstdc++ thru yum because of dependencies problem.Anything wrong with my answer?
You should run
yum downgrade libstdc++
and solved dependencies.Hopefully repos still got libstdc++ 4.4.4-13 that you wanted. @anthon and @sam should improve reading skill. His problem was installing lower version of libstdc++ without removed higher version of libstdc++.I showed him how to install and remove installed packages. Even he cant install lower version of libstdc++ thru yum because of dependencies problem.Anything wrong with my answer?
edited Dec 22 '16 at 16:12
answered Dec 21 '16 at 15:11
supriadysupriady
146211
146211
add a comment |
add a comment |
when you get this kind of issue, can enter this command
package-cleanup --dupes
this show you the packets that you need remove (duplicates and oldies versions)of the system to can install the packets with the architecture that the repo want install,
then you'll need to start again the installation.
Note: this problem is reference that system can't install some packet's architecture because there one old same packet with other architecture.
this mean that need quit the duplicates and oldies packets.
add a comment |
when you get this kind of issue, can enter this command
package-cleanup --dupes
this show you the packets that you need remove (duplicates and oldies versions)of the system to can install the packets with the architecture that the repo want install,
then you'll need to start again the installation.
Note: this problem is reference that system can't install some packet's architecture because there one old same packet with other architecture.
this mean that need quit the duplicates and oldies packets.
add a comment |
when you get this kind of issue, can enter this command
package-cleanup --dupes
this show you the packets that you need remove (duplicates and oldies versions)of the system to can install the packets with the architecture that the repo want install,
then you'll need to start again the installation.
Note: this problem is reference that system can't install some packet's architecture because there one old same packet with other architecture.
this mean that need quit the duplicates and oldies packets.
when you get this kind of issue, can enter this command
package-cleanup --dupes
this show you the packets that you need remove (duplicates and oldies versions)of the system to can install the packets with the architecture that the repo want install,
then you'll need to start again the installation.
Note: this problem is reference that system can't install some packet's architecture because there one old same packet with other architecture.
this mean that need quit the duplicates and oldies packets.
edited May 5 '17 at 17:01
Anthon
61.1k17104168
61.1k17104168
answered May 5 '17 at 16:44
Pedro MartinezPedro Martinez
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f331913%2fcannot-install-libstdc-4-4-4-13-el6-i686-rpm-on-oel-6-8%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Sounds like an XY problem to me. Why would you want the very old 4.4.4 version ?
– Dani_l
Dec 22 '16 at 16:16