How to Install and Uninstall python3-jwt.noarch Package on Fedora 39

Last updated: January 11,2025

1. Install "python3-jwt.noarch" package

This guide let you learn how to install python3-jwt.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-jwt.noarch

2. Uninstall "python3-jwt.noarch" package

Please follow the guidance below to uninstall python3-jwt.noarch on Fedora 39:

$ sudo dnf remove python3-jwt.noarch $ sudo dnf autoremove

3. Information about the python3-jwt.noarch package on Fedora 39

Last metadata expiration check: 4:52:54 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-jwt
Version : 2.6.0
Release : 4.fc39
Architecture : noarch
Size : 61 k
Source : python-jwt-2.6.0-4.fc39.src.rpm
Repository : fedora
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.