Install python-psphere
Installing python-psphere package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-psphere
python-psphere package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-psphere |
version | 0.5.2-2 |
description | Python bindings for the vSphere Web Services SDK |
subsection | python |
website | github.com / jkinred / psphere |
maintainer | Hideki Yamane |
Uninstall python-psphere
To remove just python-psphere package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-psphere
Uninstall python-psphere and it’s dependent packages
To remove the python-psphere package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-psphere
Purging python-psphere
If you also want to delete configuration and/or data files of python-psphere from Debian Sid then this will work:
sudo apt-get purge python-psphere
To delete configuration and/or data files of python-psphere and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-psphere