How to Install and Uninstall python3-constantly.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "python3-constantly.noarch" package

Please follow the guidelines below to install python3-constantly.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-constantly.noarch" package

Please follow the steps below to uninstall python3-constantly.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-constantly.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:39:15 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-constantly
Version : 15.1.0
Release : 25.el9
Architecture : noarch
Size : 20 k
Source : python-constantly-15.1.0-25.el9.src.rpm
Repository : epel
Summary : Symbolic constants in Python
URL : https://github.com/twisted/constantly
License : MIT
Description : A library that provides symbolic constant support. It includes collections and
: constants with text, numeric, and bit flag values. Originally
: twisted.python.constants from the Twisted project.