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

Last updated: May 17,2024

1. Install "perl-Future-IO.noarch" package

Here is a brief guide to show you how to install perl-Future-IO.noarch on Rocky Linux 9

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

2. Uninstall "perl-Future-IO.noarch" package

This guide let you learn how to uninstall perl-Future-IO.noarch on Rocky Linux 9:

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

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

Last metadata expiration check: 0:33:34 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Future-IO
Version : 0.11
Release : 2.el9
Architecture : noarch
Size : 35 k
Source : perl-Future-IO-0.11-2.el9.src.rpm
Repository : epel
Summary : Future-returning IO core methods
URL : https://metacpan.org/release/Future-IO
License : GPL+ or Artistic
Description : This package provides a few basic methods that behave similarly to the
: same-named core perl functions relating to IO operations but yield
: their results asynchronously via Future instances.