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

Last updated: May 17,2024

1. Install "python3-constantly.noarch" package

This guide let you learn how to install python3-constantly.noarch on Oracle Linux 8

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

2. Uninstall "python3-constantly.noarch" package

Here is a brief guide to show you how to uninstall python3-constantly.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 0:28:01 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-constantly
Version : 15.1.0
Release : 4.el8
Architecture : noarch
Size : 19 k
Source : python-constantly-15.1.0-4.el8.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.