How to Install and Uninstall python3-itsdangerous.noarch Package on CentOS 8 / RHEL 8
Last updated: January 11,2025
1. Install "python3-itsdangerous.noarch" package
Learn how to install python3-itsdangerous.noarch on CentOS 8 / RHEL 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-itsdangerous.noarch
Copied
2. Uninstall "python3-itsdangerous.noarch" package
Please follow the steps below to uninstall python3-itsdangerous.noarch on CentOS 8 / RHEL 8:
$
sudo dnf remove
python3-itsdangerous.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-itsdangerous.noarch package on CentOS 8 / RHEL 8
Last metadata expiration check: 1 day, 7:54:15 ago on Sun May 9 13:03:46 2021.
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).
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).