centos - How to uninstall "qpid" in centos6.3 -
centos - How to uninstall "qpid" in centos6.3 -
i unable uninstall qpid centos vm. have tried following::
-sudo yum erase qpid-cpp-server -sudo yum remove qpid-cpp-server
but not getting uninstall.
the dash before 'sudo' may preventing command beingness recognized.
try:
sudo yum remove qpid-cpp-server qpid-tools centos qpid
Comments
Post a Comment