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

Last updated: June 26,2024

1. Install "python3-oauth2" package

This guide let you learn how to install python3-oauth2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-oauth2

2. Uninstall "python3-oauth2" package

Here is a brief guide to show you how to uninstall python3-oauth2 on openSUSE Leap:

$ sudo zypper remove python3-oauth2

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

Information for package python3-oauth2:
---------------------------------------
Repository : Main Repository
Name : python3-oauth2
Version : 1.9.0.post1-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 98.2 KiB
Installed : No
Status : not installed
Source package : python-oauth2-1.9.0.post1-bp155.2.10.src
Upstream URL : https://github.com/joestump/python-oauth2
Summary : A fully tested, abstract interface to creating OAuth clients and servers
Description :
This code was originally forked from Leah Culver and Andy Smith's oauth.py code.
Some of the tests come from a fork by Vic Fryzel, while a revamped Request
class and more tests were merged in from Mark Paschal's fork. After a hiatus
the project was taken over by Daniel Holmes the current maintainer