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

Last updated: May 18,2024

1. Install "python-oauth2" package

Here is a brief guide to show you how to install python-oauth2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-oauth2

2. Uninstall "python-oauth2" package

Learn how to uninstall python-oauth2 on openSUSE Leap:

$ sudo zypper remove python-oauth2

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

Information for package python-oauth2:
--------------------------------------
Repository : Main Repository
Name : python-oauth2
Version : 1.9-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 76,4 KiB
Installed : No
Status : not installed
Source package : python-oauth2-1.9-bp153.1.15.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