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

Last updated: October 07,2024

1. Install "perl-Test.noarch" package

This tutorial shows how to install perl-Test.noarch on Oracle Linux 9

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

2. Uninstall "perl-Test.noarch" package

This guide covers the steps necessary to uninstall perl-Test.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 1:15:13 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Test
Version : 1.31
Release : 480.el9
Architecture : noarch
Size : 29 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : ol9_appstream
Summary : Simple framework for writing test scripts
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : The Test Perl module simplifies the task of writing test files for Perl modules,
: such that their output is in the format that Test::Harness expects to see.