简体   繁体   English

如何卸载Apache libcloud?

[英]How to uninstall Apache libcloud?

I want to completely uninstall Apache libcloud. 我想完全卸载Apache libcloud。 Location of libcloud libcloud的位置

/usr/lib/python2.7/dist-packages/libcloud

I have used this command to uninstall 我已使用此命令进行卸载

sudo apt-get remove --auto-remove python-libcloud

Error while trying to install again 尝试重新安装时出错

Requirement already satisfied (use --upgrade to upgrade): backports.ssl-match-hostname in /usr/local/lib/python2.7/dist-packages (from apache-libcloud==0.18.0)

Also, libcloud folder is not removed after uninstalling Please suggest a right way to uninstall. 此外,卸载后不会删除libcloud文件夹。请提出正确的卸载方法。

pip uninstall <package-name>

From the pip reference page . pip参考页 First Google search result. 第一个Google搜索结果。

and

sudo apt-get uninstall --purge <package-name>

From this question or the official apt-get documentation 这个问题官方的apt-get文档

Regards, 问候,
Lisenby 利森比

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM