How to Install and Uninstall perl-Capture-Tiny.noarch Package on Fedora 38

Last updated: November 28,2024

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

This guide let you learn how to install perl-Capture-Tiny.noarch on Fedora 38

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

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

Please follow the steps below to uninstall perl-Capture-Tiny.noarch on Fedora 38:

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

3. Information about the perl-Capture-Tiny.noarch package on Fedora 38

Last metadata expiration check: 0:42:45 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : perl-Capture-Tiny
Version : 0.48
Release : 16.fc38
Architecture : noarch
Size : 34 k
Source : perl-Capture-Tiny-0.48-16.fc38.src.rpm
Repository : fedora
Summary : Capture STDOUT and STDERR from Perl, XS or external programs
URL : https://metacpan.org/release/Capture-Tiny
License : Apache-2.0
Description : Capture::Tiny provides a simple, portable way to capture anything sent to
: STDOUT or STDERR, regardless of whether it comes from Perl, from XS code or
: from an external program. Optionally, output can be teed so that it is
: captured while being passed through to the original handles. Yes, it even
: works on Windows. Stop guessing which of a dozen capturing modules to use
: in any particular situation and just use this one.