How to Install and Uninstall python3-promise.noarch Package on Fedora 39

Last updated: January 12,2025

1. Install "python3-promise.noarch" package

Please follow the guidance below to install python3-promise.noarch on Fedora 39

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

2. Uninstall "python3-promise.noarch" package

This tutorial shows how to uninstall python3-promise.noarch on Fedora 39:

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

3. Information about the python3-promise.noarch package on Fedora 39

Last metadata expiration check: 4:03:51 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-promise
Version : 2.3.0
Release : 15.fc39
Architecture : noarch
Size : 65 k
Source : python-promise-2.3.0-15.fc39.src.rpm
Repository : fedora
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.