I want to completely uninstall Apache libcloud. Location of 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.