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

Last updated: October 06,2024

1. Install "python3-itsdangerous.noarch" package

Please follow the guidelines below to install python3-itsdangerous.noarch on Oracle Linux 8

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

2. Uninstall "python3-itsdangerous.noarch" package

Please follow the steps below to uninstall python3-itsdangerous.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 2:51:54 ago on Mon Sep 12 02:51:38 2022.
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 : ol8_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).