How to Install and Uninstall python3-requests-oauthlib Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 03,2024

1. Install "python3-requests-oauthlib" package

Here is a brief guide to show you how to install python3-requests-oauthlib on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-requests-oauthlib

2. Uninstall "python3-requests-oauthlib" package

Here is a brief guide to show you how to uninstall python3-requests-oauthlib on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-requests-oauthlib $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-requests-oauthlib package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-requests-oauthlib
Priority: optional
Section: universe/python
Installed-Size: 86
Maintainer: Ubuntu Developers
Original-Maintainer: Simon Fondrie-Teitler
Architecture: all
Source: python-requests-oauthlib
Version: 0.4.0-1ubuntu1
Depends: python3-requests, python3-oauthlib (>= 0.4.2), python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-requests-oauthlib/python3-requests-oauthlib_0.4.0-1ubuntu1_all.deb
Size: 11544
MD5sum: a9b5c9e68ef8ea94374db13e6ee71086
SHA1: 961391c4ac230bec047ef89e3a274c7221633e16
SHA256: 022b47b4fafa3b04d1309d25787ee4609fcc1618590bee0ff6ae217ad9e31c49
Description-en: module providing OAuthlib auth support for requests (Python 3)
requests-oauthlib allows you to interact with OAuth 1 And OAuth 2 in
greatly simplified ways through the requests library for Python. It
will hide the quirks and hacks in OAuth 1, and will interface with
all four of the grant types defined by the OAuth2 RFC.
.
This package provides the requests-oauthlib Python module for Python
3.x.
Description-md5: 7267e68c67c93f79a91ab49da541f6b6
Homepage: https://github.com/requests/requests-oauthlib
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu