How to Install and Uninstall perl-Parallel-Pipes.noarch Package on Fedora 34

Last updated: October 04,2024

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

Please follow the step by step instructions below to install perl-Parallel-Pipes.noarch on Fedora 34

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

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

Please follow the instructions below to uninstall perl-Parallel-Pipes.noarch on Fedora 34:

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

3. Information about the perl-Parallel-Pipes.noarch package on Fedora 34

Last metadata expiration check: 1:21:24 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Parallel-Pipes
Version : 0.005
Release : 5.fc34
Architecture : noarch
Size : 23 k
Source : perl-Parallel-Pipes-0.005-5.fc34.src.rpm
Repository : fedora
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).