How to Install and Uninstall python3-itsdangerous.noarch Package on Fedora 39

Last updated: November 27,2024

1. Install "python3-itsdangerous.noarch" package

This tutorial shows how to install python3-itsdangerous.noarch on Fedora 39

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

2. Uninstall "python3-itsdangerous.noarch" package

Please follow the guidelines below to uninstall python3-itsdangerous.noarch on Fedora 39:

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

3. Information about the python3-itsdangerous.noarch package on Fedora 39

Last metadata expiration check: 4:38:24 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-itsdangerous
Version : 2.1.2
Release : 5.fc39
Architecture : noarch
Size : 46 k
Source : python-itsdangerous-2.1.2-5.fc39.src.rpm
Repository : fedora
Summary : Library for passing trusted data to untrusted environments
URL : https://itsdangerous.palletsprojects.com
License : BSD-3-Clause
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).