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

Last updated: May 19,2024

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

This guide covers the steps necessary to install perl-Test-Trap.noarch on Fedora 34

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

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

Please follow the steps below to uninstall perl-Test-Trap.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:54:25 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Test-Trap
Version : 0.3.4
Release : 8.fc34
Architecture : noarch
Size : 59 k
Source : perl-Test-Trap-0.3.4-8.fc34.src.rpm
Repository : fedora
Summary : Trap exit codes, exceptions, output, etc
URL : https://metacpan.org/release/Test-Trap
License : GPL+ or Artistic
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.