How to Install and Uninstall perl-Test-Without-Module.noarch Package on Amazon Linux 2

Last updated: May 18,2024

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

In this section, we are going to explain the necessary steps to install perl-Test-Without-Module.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Test-Without-Module.noarch

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

This guide let you learn how to uninstall perl-Test-Without-Module.noarch on Amazon Linux 2:

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

3. Information about the perl-Test-Without-Module.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Test-Without-Module
Arch : noarch
Version : 0.17
Release : 12.amzn2
Size : 12 k
Repo : amzn2-core/2/x86_64
Summary : Test fallback behavior in absence of modules
URL : http://search.cpan.org/dist/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.