Install python-keystoneclient
Installing python-keystoneclient package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-keystoneclient
python-keystoneclient package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-keystoneclient |
version | 1:2.3.1-2 |
description | client library for the OpenStack Keystone API – Python 2.x |
subsection | python |
website | github.com / openstack / python-keystoneclient |
maintainer | PKG OpenStack |
Uninstall python-keystoneclient
To remove just python-keystoneclient package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-keystoneclient
Uninstall python-keystoneclient and it’s dependent packages
To remove the python-keystoneclient package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-keystoneclient
Purging python-keystoneclient
If you also want to delete configuration and/or data files of python-keystoneclient from Debian Sid then this will work:
sudo apt-get purge python-keystoneclient
To delete configuration and/or data files of python-keystoneclient and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-keystoneclient