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

Last updated: May 19,2024

1. Install "python3-jwt.noarch" package

Please follow the step by step instructions below to install python3-jwt.noarch on Fedora 34

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

2. Uninstall "python3-jwt.noarch" package

Please follow the guidelines below to uninstall python3-jwt.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:41:09 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-jwt
Version : 1.7.1
Release : 11.fc34
Architecture : noarch
Size : 43 k
Source : python-jwt-1.7.1-11.fc34.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.