How to Install and Uninstall perl-Pod-Usage.noarch Package on Amazon Linux 2

Last updated: May 03,2024

1. Install "perl-Pod-Usage.noarch" package

This is a short guide on how to install perl-Pod-Usage.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Pod-Usage.noarch

2. Uninstall "perl-Pod-Usage.noarch" package

This guide covers the steps necessary to uninstall perl-Pod-Usage.noarch on Amazon Linux 2:

$ sudo yum remove perl-Pod-Usage.noarch $ sudo yum autoremove

3. Information about the perl-Pod-Usage.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Installed Packages
Name : perl-Pod-Usage
Arch : noarch
Version : 1.63
Release : 3.amzn2
Size : 44 k
Repo : installed
From repo : amzn2-core
Summary : Print a usage message from embedded POD documentation
URL : http://search.cpan.org/dist/Pod-Usage/
License : GPL+ or Artistic
Description : pod2usage will print a usage message for the invoking script
: (using its embedded POD documentation) and then exit the script
: with the desired exit status. The usage message printed may have
: any one of three levels of "verboseness": If the verbose level is
: 0, then only a synopsis is printed. If the verbose level is 1,
: then the synopsis is printed along with a description (if present)
: of the command line options and arguments. If the verbose level is
: 2, then the entire manual page is printed.