Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我无法从我的 centos 虚拟机中卸载 qpid。我试过以下::
-sudo yum 删除 qpid-cpp-server -sudo yum 删除 qpid-cpp-server
但它没有得到卸载。
'sudo' 之前的破折号可能会阻止该命令被识别。
尝试:
sudo yum remove qpid-cpp-server qpid-tools