Install python-cairo-dev
Installing python-cairo-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-cairo-dev
python-cairo-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-cairo-dev |
version | 1.8.8-2 |
description | Python cairo bindings: development files |
subsection | python |
website | cairographics.org / pycairo / |
maintainer | Debian Python Modules Team |
Uninstall python-cairo-dev
To remove just python-cairo-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-cairo-dev
Uninstall python-cairo-dev and it’s dependent packages
To remove the python-cairo-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-cairo-dev
Purging python-cairo-dev
If you also want to delete configuration and/or data files of python-cairo-dev from Debian Sid then this will work:
sudo apt-get purge python-cairo-dev
To delete configuration and/or data files of python-cairo-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-cairo-dev