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

Last updated: May 16,2024

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

This is a short guide on how to install perl-IO-Pipely.noarch on Rocky Linux 9

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

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

In this section, we are going to explain the necessary steps to uninstall perl-IO-Pipely.noarch on Rocky Linux 9:

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

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

Last metadata expiration check: 1:08:18 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-IO-Pipely
Version : 0.006
Release : 1.el9
Architecture : noarch
Size : 26 k
Source : perl-IO-Pipely-0.006-1.el9.src.rpm
Repository : epel
Summary : Portably create pipe() or pipe-like handles, one way or another
URL : https://metacpan.org/release/IO-Pipely
License : GPL+ or Artistic
Description : IO::Pipely provides a couple functions to portably create one- and two-way
: pipes and pipe-like socket pairs. It acknowledges and works around known
: platform issues so you don't have to.