How to Install and Uninstall perl-IO-Pipely.noarch Package on CentOS Stream 8

Last updated: May 06,2024

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

Please follow the guidelines below to install perl-IO-Pipely.noarch on CentOS Stream 8

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

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

Please follow the instructions below to uninstall perl-IO-Pipely.noarch on CentOS Stream 8:

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

3. Information about the perl-IO-Pipely.noarch package on CentOS Stream 8

Last metadata expiration check: 2:30:40 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-IO-Pipely
Version : 0.005
Release : 16.el8
Architecture : noarch
Size : 27 k
Source : perl-IO-Pipely-0.005-16.el8.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.