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

Last updated: October 06,2024

1. Install "python38-oauth2" package

Please follow the step by step instructions below to install python38-oauth2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-oauth2

2. Uninstall "python38-oauth2" package

This is a short guide on how to uninstall python38-oauth2 on openSuSE Tumbleweed:

$ sudo zypper remove python38-oauth2

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

Information for package python38-oauth2:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-oauth2
Version : 1.9.0.post1-4.11
Arch : noarch
Vendor : openSUSE
Installed Size : 98,3 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