How to Install and Uninstall python3-oauthlib Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-oauthlib" package

Please follow the instructions below to install python3-oauthlib on Kali Linux

$ sudo apt update $ sudo apt install python3-oauthlib

2. Uninstall "python3-oauthlib" package

In this section, we are going to explain the necessary steps to uninstall python3-oauthlib on Kali Linux:

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

3. Information about the python3-oauthlib package on Kali Linux

Package: python3-oauthlib
Source: python-oauthlib
Version: 3.2.2-1
Installed-Size: 562
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any, python3-blinker, python3-cryptography, python3-jwt
Size: 95416
SHA256: 33be5e28054ccc855e8a5f784e119acae077efc7d0da9f49b3bbb45ad1732b46
SHA1: e507fd520052fdddac861571899837a4052bd579
MD5sum: 41823ba05a223f430a8da976511038b8
Description: generic, spec-compliant implementation of OAuth for Python3
OAuthLib is a generic utility which implements the logic of OAuth without
assuming a specific HTTP request object. It can be used to graft OAuth support
onto HTTP libraries.
.
OAuth 1 is fully supported per the RFC for both clients and providers.
.
OAuth 2 client and provider support for:
.
- Authorization Code Grant
- Implicit Grant
- Client Credentials Grant
- Resource Owner Password Credentials Grant
- Refresh Tokens
- Bearer Tokens
- Draft MAC tokens
- Token Revocation
- OpenID Connect Authentication
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/idan/oauthlib
Section: python
Priority: optional
Filename: pool/main/p/python-oauthlib/python3-oauthlib_3.2.2-1_all.deb