How to Install and Uninstall perl-Test-Assert.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: December 18,2024

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

This guide covers the steps necessary to install perl-Test-Assert.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

Please follow the guidance below to uninstall perl-Test-Assert.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the perl-Test-Assert.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:11:19 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-Test-Assert
Version : 0.0504
Release : 31.el8
Architecture : noarch
Size : 36 k
Source : perl-Test-Assert-0.0504-31.el8.src.rpm
Repository : epel
Summary : Assertion methods for those who like JUnit
URL : https://metacpan.org/release/Test-Assert
License : GPL+ or Artistic
Description : This class provides a set of assertion methods useful for writing tests.
: The API is based on JUnit4 and Test::Unit and the methods die on failure.