How to Install and Uninstall python-itsdangerous.src Package on Oracle Linux 8

Last updated: May 23,2024

1. Install "python-itsdangerous.src" package

Please follow the guidance below to install python-itsdangerous.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python-itsdangerous.src

2. Uninstall "python-itsdangerous.src" package

Please follow the step by step instructions below to uninstall python-itsdangerous.src on Oracle Linux 8:

$ sudo dnf remove python-itsdangerous.src $ sudo dnf autoremove

3. Information about the python-itsdangerous.src package on Oracle Linux 8

Last metadata expiration check: 2:14:45 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-itsdangerous
Version : 0.24
Release : 14.el8
Architecture : src
Size : 57 k
Source : None
Repository : ol8_appstream
Summary : Python library for passing trusted data to untrusted environments
URL : http://pythonhosted.org/itsdangerous/
License : BSD
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).