How to Install and Uninstall perl-Parallel-Pipes.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 05,2024

1. Install "perl-Parallel-Pipes.noarch" package

Please follow the steps below to install perl-Parallel-Pipes.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-Parallel-Pipes.noarch

2. Uninstall "perl-Parallel-Pipes.noarch" package

This guide covers the steps necessary to uninstall perl-Parallel-Pipes.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-Parallel-Pipes.noarch $ sudo dnf autoremove

3. Information about the perl-Parallel-Pipes.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:20:41 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Parallel-Pipes
Version : 0.102
Release : 4.el9
Architecture : noarch
Size : 25 k
Source : perl-Parallel-Pipes-0.102-4.el9.src.rpm
Repository : epel
Summary : Parallel processing using pipes for communication and synchronization
URL : https://metacpan.org/release/Parallel-Pipes
License : GPL+ or Artistic
Description : Parallel::Pipes tries to solve problems of parallel processing for
: communication and synchronization by using pipe(2) and select(2).