How to Install and Uninstall python3-PyGithub Package on openSUSE Leap

Last updated: May 09,2024

1. Install "python3-PyGithub" package

Please follow the step by step instructions below to install python3-PyGithub on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-PyGithub

2. Uninstall "python3-PyGithub" package

Please follow the instructions below to uninstall python3-PyGithub on openSUSE Leap:

$ sudo zypper remove python3-PyGithub

3. Information about the python3-PyGithub package on openSUSE Leap

Information for package python3-PyGithub:
-----------------------------------------
Repository : Main Repository
Name : python3-PyGithub
Version : 1.35-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 1.3 MiB
Installed : No
Status : not installed
Source package : python-PyGithub-1.35-bp155.2.10.src
Upstream URL : http://pygithub.github.io/PyGithub/v1/index.html
Summary : Use the full Github API v3
Description :
PyGithub is a Python (2 and 3) library to use the Github API v3. With it, you
can manage your Github resources (repositories, user profiles, organizations,
etc.) from Python scripts.