How to Install and Uninstall perl-Test-Object.noarch Package on Fedora 36

Last updated: January 10,2025

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

This tutorial shows how to install perl-Test-Object.noarch on Fedora 36

$ 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 Fedora 36:

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

3. Information about the perl-Test-Object.noarch package on Fedora 36

Last metadata expiration check: 3:07:23 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Test-Object
Version : 0.08
Release : 14.fc36
Architecture : noarch
Size : 22 k
Source : perl-Test-Object-0.08-14.fc36.src.rpm
Repository : fedora
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.