How to Install and Uninstall python39-oauth2 Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "python39-oauth2" package

Learn how to install python39-oauth2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-oauth2

2. Uninstall "python39-oauth2" package

Learn how to uninstall python39-oauth2 on openSuSE Tumbleweed:

$ sudo zypper remove python39-oauth2

3. Information about the python39-oauth2 package on openSuSE Tumbleweed

Information for package python39-oauth2:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-oauth2
Version : 1.9.0.post1-4.11
Arch : noarch
Vendor : openSUSE
Installed Size : 98,1 KiB
Installed : No
Status : not installed
Source package : python-oauth2-1.9.0.post1-4.11.src
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