How to Install and Uninstall python3-jwt.noarch Package on CentOS Stream 8
Last updated: January 14,2025
1. Install "python3-jwt.noarch" package
Learn how to install python3-jwt.noarch on CentOS Stream 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-jwt.noarch
Copied
2. Uninstall "python3-jwt.noarch" package
Please follow the guidance below to uninstall python3-jwt.noarch on CentOS Stream 8:
$
sudo dnf remove
python3-jwt.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-jwt.noarch package on CentOS Stream 8
Last metadata expiration check: 0:16:34 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-jwt
Version : 1.6.1
Release : 2.el8
Architecture : noarch
Size : 43 k
Source : python-jwt-1.6.1-2.el8.src.rpm
Repository : baseos
Summary : JSON Web Token implementation in Python
URL : https://github.com/jpadilla/pyjwt
License : MIT
Description : A Python implementation of JSON Web Token draft 01. This library provides a
: means of representing signed content using JSON data structures, including
: claims to be transferred between two parties encoded as digitally signed and
: encrypted JSON objects.
Available Packages
Name : python3-jwt
Version : 1.6.1
Release : 2.el8
Architecture : noarch
Size : 43 k
Source : python-jwt-1.6.1-2.el8.src.rpm
Repository : baseos
Summary : JSON Web Token implementation in Python
URL : https://github.com/jpadilla/pyjwt
License : MIT
Description : A Python implementation of JSON Web Token draft 01. This library provides a
: means of representing signed content using JSON data structures, including
: claims to be transferred between two parties encoded as digitally signed and
: encrypted JSON objects.