How to Install and Uninstall perl-Test-Without-Module.noarch Package on CentOS Stream 8

Last updated: May 21,2024

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

This guide let you learn how to install perl-Test-Without-Module.noarch on CentOS Stream 8

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

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

Please follow the guidance below to uninstall perl-Test-Without-Module.noarch on CentOS Stream 8:

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

3. Information about the perl-Test-Without-Module.noarch package on CentOS Stream 8

Last metadata expiration check: 5:49:35 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Test-Without-Module
Version : 0.20
Release : 10.el8
Architecture : noarch
Size : 17 k
Source : perl-Test-Without-Module-0.20-10.el8.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.