How to Install and Uninstall perl-Test-Trap.noarch Package on Rocky Linux 8

Last updated: May 17,2024

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

This is a short guide on how to install perl-Test-Trap.noarch on Rocky Linux 8

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Test-Trap.noarch on Rocky Linux 8:

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

3. Information about the perl-Test-Trap.noarch package on Rocky Linux 8

Last metadata expiration check: 2:28:45 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Test-Trap
Version : 0.3.4
Release : 4.el8
Architecture : noarch
Size : 61 k
Source : perl-Test-Trap-0.3.4-4.el8.src.rpm
Repository : epel
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.