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

Popular posts from this blog

javascript - THREE.js reposition vertices for RingGeometry -

javascript - I need to update the text of a paragraph by inline edit -

assembly - What is the addressing mode for ld, add, and rjmp instructions? -