How to Install and Uninstall python3-jwt.noarch Package on Fedora 36
Last updated: November 26,2024
1. Install "python3-jwt.noarch" package
This guide covers the steps necessary to install python3-jwt.noarch on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
python3-jwt.noarch
Copied
2. Uninstall "python3-jwt.noarch" package
Here is a brief guide to show you how to uninstall python3-jwt.noarch on Fedora 36:
$
sudo dnf remove
python3-jwt.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-jwt.noarch package on Fedora 36
Last metadata expiration check: 3:26:35 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-jwt
Version : 2.4.0
Release : 1.fc36
Architecture : noarch
Size : 41 k
Source : python-jwt-2.4.0-1.fc36.src.rpm
Repository : updates
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 : 2.4.0
Release : 1.fc36
Architecture : noarch
Size : 41 k
Source : python-jwt-2.4.0-1.fc36.src.rpm
Repository : updates
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.