How to Install and Uninstall python3-itsdangerous.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "python3-itsdangerous.noarch" package

Please follow the instructions below to install python3-itsdangerous.noarch on Rocky Linux 8

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

2. Uninstall "python3-itsdangerous.noarch" package

This guide covers the steps necessary to uninstall python3-itsdangerous.noarch on Rocky Linux 8:

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

3. Information about the python3-itsdangerous.noarch package on Rocky Linux 8

Last metadata expiration check: 0:53:31 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-itsdangerous
Version : 0.24
Release : 14.el8
Architecture : noarch
Size : 30 k
Source : python-itsdangerous-0.24-14.el8.src.rpm
Repository : appstream
Summary : Python 3 library for passing trusted data to untrusted environments
URL : http://pythonhosted.org/itsdangerous/
License : BSD
Description : Itsdangerous is a Python 3 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).