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

Last updated: May 17,2024

1. Install "python-requests-oauthlib" package

Please follow the instructions below to install python-requests-oauthlib on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-requests-oauthlib" package

Please follow the instructions below to uninstall python-requests-oauthlib on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-requests-oauthlib
Priority: optional
Section: universe/python
Installed-Size: 86
Maintainer: Ubuntu Developers
Original-Maintainer: Simon Fondrie-Teitler
Architecture: all
Version: 0.4.0-1ubuntu1
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2), python-oauthlib (>= 0.4.2), python-requests
Filename: pool/universe/p/python-requests-oauthlib/python-requests-oauthlib_0.4.0-1ubuntu1_all.deb
Size: 11634
MD5sum: 90bc2490fd235cfa9a5b09015d510a31
SHA1: a69c5af36cc404108fde0af6932c6c13c8dd47ed
SHA256: b545d0c969c6ed49a4230d7fa23fa1d1de702458273ebadc7991ff73559edc90
Description-en: module providing OAuthlib auth support for requests (Python 2)
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
2.x.
Description-md5: 9c31e9f88ffa56a66f88697ba25fa210
Homepage: https://github.com/requests/requests-oauthlib
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu