How to Install and Uninstall perl-IO-Capture.noarch Package on Fedora 36

Last updated: October 06,2024

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

Here is a brief guide to show you how to install perl-IO-Capture.noarch on Fedora 36

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

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

In this section, we are going to explain the necessary steps to uninstall perl-IO-Capture.noarch on Fedora 36:

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

3. Information about the perl-IO-Capture.noarch package on Fedora 36

Last metadata expiration check: 0:24:04 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : perl-IO-Capture
Version : 0.05
Release : 38.fc36
Architecture : noarch
Size : 36 k
Source : perl-IO-Capture-0.05-38.fc36.src.rpm
Repository : fedora
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.