How to Install and Uninstall perl-IO-Capture.noarch Package on Rocky Linux 8

Last updated: September 22,2024

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

Please follow the guidelines below to install perl-IO-Capture.noarch on Rocky Linux 8

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

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

Here is a brief guide to show you how to uninstall perl-IO-Capture.noarch on Rocky Linux 8:

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

3. Information about the perl-IO-Capture.noarch package on Rocky Linux 8

Last metadata expiration check: 0:30:33 ago on Mon Sep 12 10:27:18 2022.
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.