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

Last updated: September 29,2024

1. Install "perl-Promises.noarch" package

This tutorial shows how to install perl-Promises.noarch on Fedora 36

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

2. Uninstall "perl-Promises.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-Promises.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:00:51 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Promises
Version : 1.04
Release : 8.fc36
Architecture : noarch
Size : 91 k
Source : perl-Promises-1.04-8.fc36.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.