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