How to Install and Uninstall python-jwt.src Package on Oracle Linux 8

Last updated: October 09,2024

1. Install "python-jwt.src" package

Please follow the step by step instructions below to install python-jwt.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python-jwt.src

2. Uninstall "python-jwt.src" package

This guide let you learn how to uninstall python-jwt.src on Oracle Linux 8:

$ sudo dnf remove python-jwt.src $ sudo dnf autoremove

3. Information about the python-jwt.src package on Oracle Linux 8

Last metadata expiration check: 1:26:42 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-jwt
Version : 1.6.1
Release : 2.el8
Architecture : src
Size : 62 k
Source : None
Repository : ol8_baseos_latest
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.