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

Last updated: May 06,2024

1. Install "python-github" package

This guide covers the steps necessary to install python-github on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-github

2. Uninstall "python-github" package

Here is a brief guide to show you how to uninstall python-github on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-github
Priority: optional
Section: universe/python
Installed-Size: 632
Maintainer: Ubuntu Developers
Original-Maintainer: Dmitry Bogatov
Architecture: all
Source: pygithub
Version: 1.26.0-1
Replaces: python-pygithub
Provides: python-pygithub
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Conflicts: python-pygithub
Filename: pool/universe/p/pygithub/python-github_1.26.0-1_all.deb
Size: 43158
MD5sum: 01314e967837a4c22ce75d5db997f020
SHA1: 7a95018ef72eed1325cdbc5e8bf73d85143502e1
SHA256: 795f27a36143b82e9cabdb0d124727070e3354ea05dbe9adf690da923b1240e8
Description-en: Access to full Github API v3 from Python2
This is a Python2 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: 4011b448e4d6e540a52a71ddc94ab3cb
Homepage: https://pypi.python.org/pypi/PyGithub
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu