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

Last updated: October 06,2024

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

This tutorial shows how to install perl-IO-Pipely.noarch on AlmaLinux 8

$ 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 AlmaLinux 8:

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

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

Last metadata expiration check: 0:33:23 ago on Mon Sep 5 03:22:42 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.