Install python-pycassa
Installing python-pycassa package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-pycassa
python-pycassa package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-pycassa |
version | 1.11.1-2 |
description | Client library for Apache Cassandra |
subsection | python |
website | pycassa.github.io / pycassa / |
maintainer | Sebastien Badia |
Uninstall python-pycassa
To remove just python-pycassa package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-pycassa
Uninstall python-pycassa and it’s dependent packages
To remove the python-pycassa package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-pycassa
Purging python-pycassa
If you also want to delete configuration and/or data files of python-pycassa from Debian Sid then this will work:
sudo apt-get purge python-pycassa
To delete configuration and/or data files of python-pycassa and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-pycassa