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

Last updated: October 06,2024

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

Here is a brief guide to show you how to install perl-Test-Object.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

This guide let you learn how to uninstall perl-Test-Object.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

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

Last metadata expiration check: 0:47:30 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-Test-Object
Version : 0.08
Release : 4.el8
Architecture : noarch
Size : 25 k
Source : perl-Test-Object-0.08-4.el8.src.rpm
Repository : epel
Summary : Thoroughly testing objects via registered handlers
URL : https://metacpan.org/release/Test-Object
License : GPL+ or Artistic
Description : Test::Object is a testing package designed to allow you to easily test
: what you believe is a valid object against the expected behaviour of
: all of the classes in its inheritance tree in one single call.