How to Install and Uninstall python3-github Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 09,2024

1. Install "python3-github" package

This guide let you learn how to install python3-github on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-github

2. Uninstall "python3-github" package

This is a short guide on how to uninstall python3-github on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-github $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-github package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-github
Priority: optional
Section: universe/python
Installed-Size: 629
Maintainer: Ubuntu Developers
Original-Maintainer: Dmitry Bogatov
Architecture: all
Source: pygithub
Version: 1.26.0-1
Replaces: python3-pygithub
Depends: python3:any (>= 3.3.2-2~)
Conflicts: python3-pygithub
Filename: pool/universe/p/pygithub/python3-github_1.26.0-1_all.deb
Size: 43232
MD5sum: 768f8f3c2f500b8079331a72a274d38a
SHA1: 0a45ce9cb6327af592f2b22f17c4031a862f544f
SHA256: 1015717d53e603d9065eac08545df3e49d0be36f8a69877faa3ede642372466f
Description-en: Access the full Github API v3 from Python3
This is a Python3 library to access the Github API v3.
With it, you can manage Github resources (repositories, user
profiles, organizations, etc.) from Python scripts.
.
It covers almost the full API and all methods are tested against the
real Github site.
Description-md5: 26422cb91d6b1e5bf66c0d10c840e3d0
Homepage: https://pypi.python.org/pypi/PyGithub
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu