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

Last updated: September 18,2024

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

This tutorial shows how to install perl-IO-Pipely.noarch on Oracle 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 Oracle Linux 9:

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

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

Last metadata expiration check: 2:15:52 ago on Thu Feb 15 07:50:05 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.