How to Install and Uninstall python3-itsdangerous.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 09,2024

1. Install "python3-itsdangerous.noarch" package

This is a short guide on how to install python3-itsdangerous.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-itsdangerous.noarch" package

Here is a brief guide to show you how to uninstall python3-itsdangerous.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-itsdangerous.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:23:26 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-itsdangerous
Version : 2.0.1
Release : 4.el9
Architecture : noarch
Size : 39 k
Source : python-itsdangerous-2.0.1-4.el9.src.rpm
Repository : epel
Summary : Python library for passing trusted data to untrusted environments
URL : https://itsdangerous.palletsprojects.com
License : BSD
Description : Itsdangerous is a Python library for passing data through untrusted
: environments (for example, HTTP cookies) while ensuring the data is not
: tampered with.
:
: Internally itsdangerous uses HMAC and SHA1 for signing by default and bases the
: implementation on the Django signing module. It also however supports JSON Web
: Signatures (JWS).
:
: Python 3 version.