How to Install and Uninstall python-oauthlib.src Package on Oracle Linux 8

Last updated: September 29,2024

1. Install "python-oauthlib.src" package

Here is a brief guide to show you how to install python-oauthlib.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python-oauthlib.src

2. Uninstall "python-oauthlib.src" package

Please follow the guidelines below to uninstall python-oauthlib.src on Oracle Linux 8:

$ sudo dnf remove python-oauthlib.src $ sudo dnf autoremove

3. Information about the python-oauthlib.src package on Oracle Linux 8

Last metadata expiration check: 0:07:16 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-oauthlib
Version : 2.1.0
Release : 1.el8
Architecture : src
Size : 174 k
Source : None
Repository : ol8_baseos_latest
Summary : An implementation of the OAuth request-signing logic
URL : https://github.com/oauthlib/oauthlib
License : BSD
Description : OAuthLib is a generic utility which implements the logic of OAuth without
: assuming a specific HTTP request object or web framework. Use it to graft
: OAuth client support onto your favorite HTTP library, or provider support
: onto your favourite web framework. If you're a maintainer of such a
: library, write a thin veneer on top of OAuthLib and get OAuth support for
: very little effort.