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

Last updated: May 08,2024

1. Install "perl-Test-Without-Module.noarch" package

This is a short guide on how to install perl-Test-Without-Module.noarch on Oracle Linux 9

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

2. Uninstall "perl-Test-Without-Module.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-Test-Without-Module.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 1:40:29 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Test-Without-Module
Version : 0.20
Release : 17.el9
Architecture : noarch
Size : 15 k
Source : perl-Test-Without-Module-0.20-17.el9.src.rpm
Repository : epel
Summary : Test fallback behavior in absence of modules
URL : https://metacpan.org/release/Test-Without-Module
License : GPL+ or Artistic
Description : This module allows you to deliberately hide modules from a program even
: though they are installed. This is mostly useful for testing modules that
: have a fallback when a certain dependency module is not installed.