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

Last updated: January 08,2025

1. Install "perl-Future.noarch" package

Here is a brief guide to show you how to install perl-Future.noarch on Fedora 36

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

2. Uninstall "perl-Future.noarch" package

This is a short guide on how to uninstall perl-Future.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:20:17 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Future
Version : 0.48
Release : 1.fc36
Architecture : noarch
Size : 99 k
Source : perl-Future-0.48-1.fc36.src.rpm
Repository : fedora
Summary : Perl object system to represent an operation awaiting completion
URL : https://metacpan.org/release/Future
License : GPL+ or Artistic
Description : A Future object represents an operation that is currently in progress, or
: has recently completed. It can be used in a variety of ways to manage the
: flow of control, and data, through an asynchronous program.