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

Last updated: May 19,2024

1. Install "python-jwt" package

Please follow the steps below to install python-jwt on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-jwt

2. Uninstall "python-jwt" package

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

$ sudo apt remove python-jwt $ sudo apt autoclean && sudo apt autoremove

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

Package: python-jwt
Architecture: all
Version: 1.3.0-1ubuntu0.1
Priority: optional
Section: python
Source: pyjwt
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 84
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: python-cryptography
Suggests: python-crypto
Filename: pool/main/p/pyjwt/python-jwt_1.3.0-1ubuntu0.1_all.deb
Size: 20524
MD5sum: cce90b7dbec73f60b49154341498ba39
SHA1: 05aafee993d60b6a8667f79a73506a9fea07a313
SHA256: 2ee6caa494e870f2ca35cdb7d1ee41f6019796cfa332ebf6bf9fcfec66307793
SHA512: f294084551589edbe537b5e2ff20b74b45eb52fde0d0b9d82b86b99ef106f77884165898c70b1a9139fd253b0aedcd8daefbbc3a6ac35884412e6b9607d45e2b
Homepage: https://github.com/jpadilla/pyjwt
Description-en: Python implementation of JSON Web Token
PyJWT implements the JSON Web Token draft 01, a way of representing
signed content using JSON data structures.
.
Supported algorithms for cryptographic signing:
.
* HS256 - HMAC using SHA-256 hash algorithm (default)
* HS384 - HMAC using SHA-384 hash algorithm
* HS512 - HMAC using SHA-512 hash algorithm
* RS256 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-256 hash
algorithm
* RS384 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-384 hash
algorithm
* RS512 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-512 hash
algorithm
.
Supported reserved claim names:
- "exp" (Expiration Time) Claim
Description-md5: 9bcb451139163488359575702098ccdf
Task: ubuntukylin-desktop
Supported: 5y

Package: python-jwt
Priority: optional
Section: python
Installed-Size: 84
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: pyjwt
Version: 1.3.0-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: python-cryptography
Suggests: python-crypto
Filename: pool/main/p/pyjwt/python-jwt_1.3.0-1_all.deb
Size: 20320
MD5sum: a9ed40193cd9c95feded128e0e3d45e0
SHA1: 3a645e254cb779aaab80c5d4256c2e7795ef44c8
SHA256: 16b1e8e9f7c31c372f783a4def999b5da359168dabdc080a36e72dfca7a97b0a
Description-en: Python implementation of JSON Web Token
PyJWT implements the JSON Web Token draft 01, a way of representing
signed content using JSON data structures.
.
Supported algorithms for cryptographic signing:
.
* HS256 - HMAC using SHA-256 hash algorithm (default)
* HS384 - HMAC using SHA-384 hash algorithm
* HS512 - HMAC using SHA-512 hash algorithm
* RS256 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-256 hash
algorithm
* RS384 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-384 hash
algorithm
* RS512 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-512 hash
algorithm
.
Supported reserved claim names:
- "exp" (Expiration Time) Claim
Description-md5: 9bcb451139163488359575702098ccdf
Homepage: https://github.com/jpadilla/pyjwt
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y
Task: ubuntukylin-desktop