How to Install and Uninstall perl-Pod-Usage.noarch Package on CentOS 7 / RHEL 7

Last updated: January 12,2025

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

Please follow the step by step instructions below to install perl-Pod-Usage.noarch on CentOS 7 / RHEL 7

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Pod-Usage.noarch on CentOS 7 / RHEL 7:

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

3. Information about the perl-Pod-Usage.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-Pod-Usage
Arch : noarch
Version : 1.63
Release : 3.el7
Size : 44 k
Repo : installed
From repo : anaconda
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.