How to Install and Uninstall python3-constantly.noarch Package on Fedora 35

Last updated: May 18,2024

1. Install "python3-constantly.noarch" package

In this section, we are going to explain the necessary steps to install python3-constantly.noarch on Fedora 35

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

2. Uninstall "python3-constantly.noarch" package

This guide covers the steps necessary to uninstall python3-constantly.noarch on Fedora 35:

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

3. Information about the python3-constantly.noarch package on Fedora 35

Last metadata expiration check: 3:16:47 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-constantly
Version : 15.1.0
Release : 14.fc35
Architecture : noarch
Size : 20 k
Source : python-constantly-15.1.0-14.fc35.src.rpm
Repository : fedora
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.