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

Last updated: May 18,2024

1. Install "python36-oauth2" package

Please follow the guidelines below to install python36-oauth2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-oauth2

2. Uninstall "python36-oauth2" package

Please follow the guidelines below to uninstall python36-oauth2 on openSuSE Tumbleweed:

$ sudo zypper remove python36-oauth2

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

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