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

Last updated: May 18,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 34

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

2. Uninstall "perl-Promises.noarch" package

Please follow the guidelines below to uninstall perl-Promises.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:47:38 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Promises
Version : 1.04
Release : 5.fc34
Architecture : noarch
Size : 92 k
Source : perl-Promises-1.04-5.fc34.src.rpm
Repository : fedora
Summary : Implementation of Promises in Perl
URL : https://metacpan.org/release/Promises
License : GPL+ or Artistic
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.