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

Last updated: October 07,2024

1. Install "perl-Promises.noarch" package

This guide let you learn how to install perl-Promises.noarch on Fedora 35

$ 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 35:

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

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

Last metadata expiration check: 0:54:48 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-Promises
Version : 1.04
Release : 7.fc35
Architecture : noarch
Size : 91 k
Source : perl-Promises-1.04-7.fc35.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.