How to Install and Uninstall python2-oauthlib.noarch Package on Amazon Linux 2

Last updated: April 29,2024

1. Install "python2-oauthlib.noarch" package

This guide let you learn how to install python2-oauthlib.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python2-oauthlib.noarch

2. Uninstall "python2-oauthlib.noarch" package

Here is a brief guide to show you how to uninstall python2-oauthlib.noarch on Amazon Linux 2:

$ sudo yum remove python2-oauthlib.noarch $ sudo yum autoremove

3. Information about the python2-oauthlib.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python2-oauthlib
Arch : noarch
Version : 2.0.1
Release : 8.amzn2.0.1
Size : 146 k
Repo : amzn2-core/2/x86_64
Summary : An implementation of the OAuth request-signing logic
URL : http://pypi.python.org/pypi/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.