How to Install and Uninstall python38-itsdangerous.noarch Package on Rocky Linux 8
Last updated: November 12,2024
1. Install "python38-itsdangerous.noarch" package
This is a short guide on how to install python38-itsdangerous.noarch on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
python38-itsdangerous.noarch
Copied
2. Uninstall "python38-itsdangerous.noarch" package
Please follow the steps below to uninstall python38-itsdangerous.noarch on Rocky Linux 8:
$
sudo dnf remove
python38-itsdangerous.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python38-itsdangerous.noarch package on Rocky Linux 8
Last metadata expiration check: 1:21:39 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python38-itsdangerous
Version : 2.0.1
Release : 1.el8
Architecture : noarch
Size : 39 k
Source : python38-itsdangerous-epel-2.0.1-1.el8.src.rpm
Repository : epel
Summary : Python library for passing trusted data to untrusted environments
URL : https://itsdangerous.palletsprojects.com
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).
:
: Python 3 version.
Available Packages
Name : python38-itsdangerous
Version : 2.0.1
Release : 1.el8
Architecture : noarch
Size : 39 k
Source : python38-itsdangerous-epel-2.0.1-1.el8.src.rpm
Repository : epel
Summary : Python library for passing trusted data to untrusted environments
URL : https://itsdangerous.palletsprojects.com
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).
:
: Python 3 version.