Install python-pycha
Installing python-pycha package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-pycha
python-pycha package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-pycha |
version | 0.7.0-2 |
description | chart-drawing library using Cairo |
subsection | python |
website | bitbucket.org / lgs / pycha / |
maintainer | Vincent Bernat |
Uninstall python-pycha
To remove just python-pycha package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-pycha
Uninstall python-pycha and it’s dependent packages
To remove the python-pycha package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-pycha
Purging python-pycha
If you also want to delete configuration and/or data files of python-pycha from Debian Sid then this will work:
sudo apt-get purge python-pycha
To delete configuration and/or data files of python-pycha and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-pycha