How to Install and Uninstall perl-Test-Assert.noarch Package on Oracle Linux 8

Last updated: June 26,2024

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

Please follow the guidance below to install perl-Test-Assert.noarch on Oracle Linux 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 Oracle Linux 8:

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

3. Information about the perl-Test-Assert.noarch package on Oracle Linux 8

Last metadata expiration check: 3:09:28 ago on Mon Sep 12 02:51:38 2022.
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.