How to Install and Uninstall python3-jwt.noarch Package on AlmaLinux 9

Last updated: October 14,2024

1. Install "python3-jwt.noarch" package

This tutorial shows how to install python3-jwt.noarch on AlmaLinux 9

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

2. Uninstall "python3-jwt.noarch" package

This guide let you learn how to uninstall python3-jwt.noarch on AlmaLinux 9:

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

3. Information about the python3-jwt.noarch package on AlmaLinux 9

Last metadata expiration check: 2:47:14 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-jwt
Version : 2.4.0
Release : 1.el9
Architecture : noarch
Size : 41 k
Source : python-jwt-2.4.0-1.el9.src.rpm
Repository : epel
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.