How to Install and Uninstall perl-Capture-Tiny.noarch Package on Amazon Linux 2

Last updated: January 10,2025

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

Please follow the guidance below to install perl-Capture-Tiny.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Capture-Tiny.noarch

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

Please follow the guidance below to uninstall perl-Capture-Tiny.noarch on Amazon Linux 2:

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

3. Information about the perl-Capture-Tiny.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Capture-Tiny
Arch : noarch
Version : 0.24
Release : 1.amzn2
Size : 31 k
Repo : amzn2-core/2/x86_64
Summary : Capture STDOUT and STDERR from Perl, XS or external programs
URL : http://search.cpan.org/dist/Capture-Tiny/
License : ASL 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.