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

Last updated: October 05,2024

1. Install "python3-promise.noarch" package

In this section, we are going to explain the necessary steps to install python3-promise.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3-promise.noarch" package

This is a short guide on how to uninstall python3-promise.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

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

Last metadata expiration check: 0:04:47 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-promise
Version : 2.3.0
Release : 3.el8
Architecture : noarch
Size : 47 k
Source : python-promise-2.3.0-3.el8.src.rpm
Repository : epel
Summary : Promises/A+ implementation for Python
URL : https://github.com/syrusakbary/promise
License : MIT
Description : This is a implementation of Promises in Python. It is a super set of
: Promises/A+ designed to have readable, performant code and to provide just the
: extensions that are absolutely necessary for using promises in Python.
: It's fully compatible with the Promises/A+ spec.