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

Last updated: November 29,2024

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

This guide covers the steps necessary to install perl-Capture-Tiny.noarch on Fedora 39

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

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

This tutorial shows how to uninstall perl-Capture-Tiny.noarch on Fedora 39:

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

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

Last metadata expiration check: 3:02:49 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Capture-Tiny
Version : 0.48
Release : 17.fc39
Architecture : noarch
Size : 34 k
Source : perl-Capture-Tiny-0.48-17.fc39.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.