yum erase tells me pkg not installed. yum install tells me package is already installed
Posted
by
barrrista
on Super User
See other posts from Super User
or by barrrista
Published on 2014-06-04T21:27:08Z
Indexed on
2014/06/04
21:28 UTC
Read the original article
Hit count: 147
erase complains pkg not installed
yum erase libstdc++-4.1.2-52.el5_8.1.x86_64
Setting up Remove Process
No Match for argument: libstdc++-4.1.2-52.el5_8.1.x86_64
Package(s) libstdc++-4.1.2-52.el5_8.1.x86_64 available, but not installed.
No Packages marked for removal
install complains pkge already installed
yum install libstdc++-4.1.2-52.el5_8.1.x86_64
Setting up Install Process
Package matching libstdc++-4.1.2-52.el5_8.1.x86_64 already installed. Checking for update.
Nothing to do
What gives?
© Super User or respective owner