How to Install and Uninstall perl-Future-IO.noarch Package on CentOS Stream 9

Last updated: February 04,2025

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

Please follow the steps below to install perl-Future-IO.noarch on CentOS Stream 9

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

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

Please follow the guidelines below to uninstall perl-Future-IO.noarch on CentOS Stream 9:

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

3. Information about the perl-Future-IO.noarch package on CentOS Stream 9

Last metadata expiration check: 3:14:59 ago on Sat Mar 16 16:03:45 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.