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

Last updated: May 15,2024

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

Please follow the instructions below to install perl-IO-Pipely.noarch on Rocky Linux 8

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

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

This tutorial shows how to uninstall perl-IO-Pipely.noarch on Rocky Linux 8:

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

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

Last metadata expiration check: 1:13:10 ago on Mon Sep 12 10:27:18 2022.
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.