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

Last updated: May 20,2024

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

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

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

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

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

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

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

Last metadata expiration check: 1:23:50 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-Test-Base
Version : 0.89
Release : 9.el8
Architecture : noarch
Size : 56 k
Source : perl-Test-Base-0.89-9.el8.src.rpm
Repository : epel
Summary : Data Driven Testing Framework
URL : https://metacpan.org/release/Test-Base
License : GPL+ or Artistic
Description : Testing is usually the ugly part of Perl module authoring. Perl gives you a
: standard way to run tests with Test::Harness, and basic testing primitives
: with Test::More. After that you are pretty much on your own to develop a
: testing framework and philosophy. Test::More encourages you to make your
: own framework by subclassing Test::Builder, but that is not trivial.
:
: Test::Base gives you a way to write your own test framework base class that
: *is* trivial.