How to Install and Uninstall python3-oauthlib.noarch Package on CentOS Stream 9

Last updated: November 25,2024

1. Install "python3-oauthlib.noarch" package

This guide let you learn how to install python3-oauthlib.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3-oauthlib.noarch

2. Uninstall "python3-oauthlib.noarch" package

This guide covers the steps necessary to uninstall python3-oauthlib.noarch on CentOS Stream 9:

$ sudo dnf remove python3-oauthlib.noarch $ sudo dnf autoremove

3. Information about the python3-oauthlib.noarch package on CentOS Stream 9

Last metadata expiration check: 0:29:50 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-oauthlib
Version : 3.1.1
Release : 5.el9
Architecture : noarch
Size : 222 k
Source : python-oauthlib-3.1.1-5.el9.src.rpm
Repository : appstream
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.