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