How to Install and Uninstall perl-Test-Trap.noarch Package on Fedora 38

Last updated: October 02,2024

1. Install "perl-Test-Trap.noarch" package

This tutorial shows how to install perl-Test-Trap.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install perl-Test-Trap.noarch

2. Uninstall "perl-Test-Trap.noarch" package

This tutorial shows how to uninstall perl-Test-Trap.noarch on Fedora 38:

$ sudo dnf remove perl-Test-Trap.noarch $ sudo dnf autoremove

3. Information about the perl-Test-Trap.noarch package on Fedora 38

Last metadata expiration check: 3:16:59 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Test-Trap
Version : 0.3.5
Release : 2.fc38
Architecture : noarch
Size : 54 k
Source : perl-Test-Trap-0.3.5-2.fc38.src.rpm
Repository : fedora
Summary : Trap exit codes, exceptions, output, etc
URL : https://metacpan.org/release/Test-Trap
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : Primarily (but not exclusively) for use in test scripts: A block eval on
: steroids, configurable and extensible, but by default trapping (Perl)
: STDOUT, STDERR, warnings, exceptions, would-be exit codes, and return
: values from boxed blocks of test code.