How to Install and Uninstall perl-Promises.noarch Package on Fedora 39

Last updated: October 15,2024

1. Install "perl-Promises.noarch" package

In this section, we are going to explain the necessary steps to install perl-Promises.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-Promises.noarch

2. Uninstall "perl-Promises.noarch" package

Please follow the instructions below to uninstall perl-Promises.noarch on Fedora 39:

$ sudo dnf remove perl-Promises.noarch $ sudo dnf autoremove

3. Information about the perl-Promises.noarch package on Fedora 39

Last metadata expiration check: 1:36:41 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Promises
Version : 1.04
Release : 12.fc39
Architecture : noarch
Size : 94 k
Source : perl-Promises-1.04-12.fc39.src.rpm
Repository : fedora
Summary : Implementation of Promises in Perl
URL : https://metacpan.org/release/Promises
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : This module is an implementation of the "Promise/A+" pattern for
: asynchronous programming. Promises are meant to be a way to better deal
: with the resulting callback spaghetti that can often result in
: asynchronous programs.