How to Install and Uninstall perl-Future.noarch Package on Rocky Linux 9

Last updated: May 20,2024

1. Install "perl-Future.noarch" package

Please follow the instructions below to install perl-Future.noarch on Rocky Linux 9

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

2. Uninstall "perl-Future.noarch" package

This guide covers the steps necessary to uninstall perl-Future.noarch on Rocky Linux 9:

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

3. Information about the perl-Future.noarch package on Rocky Linux 9

Last metadata expiration check: 0:40:41 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Future
Version : 0.47
Release : 4.el9
Architecture : noarch
Size : 99 k
Source : perl-Future-0.47-4.el9.src.rpm
Repository : epel
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.