How to Install and Uninstall perl-IO-Capture.noarch Package on CentOS 8 / RHEL 8

Last updated: June 13,2024

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

Please follow the step by step instructions below to install perl-IO-Capture.noarch on CentOS 8 / RHEL 8

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

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

Learn how to uninstall perl-IO-Capture.noarch on CentOS 8 / RHEL 8:

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

3. Information about the perl-IO-Capture.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:39:58 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : perl-IO-Capture
Version : 0.05
Release : 34.el8
Architecture : noarch
Size : 39 k
Source : perl-IO-Capture-0.05-34.el8.src.rpm
Repository : epel
Summary : Abstract Base Class to build modules to capture output
URL : https://metacpan.org/release/IO-Capture
License : GPL+ or Artistic
Description : The IO::Capture Module defines an abstract base class that can be used
: to create any number of useful sub-classes that capture output being
: sent on a filehandle such as STDOUT or STDERR.