How to Install and Uninstall python3-itsdangerous.noarch Package on CentOS Stream 8

Last updated: October 07,2024

1. Install "python3-itsdangerous.noarch" package

Please follow the instructions below to install python3-itsdangerous.noarch on CentOS Stream 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 CentOS Stream 8:

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

3. Information about the python3-itsdangerous.noarch package on CentOS Stream 8

Last metadata expiration check: 5:32:28 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-itsdangerous
Version : 0.24
Release : 14.el8
Architecture : noarch
Size : 31 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).