How to Install and Uninstall perl-Pod-Usage.noarch Package on Rocky Linux 8

Last updated: July 02,2024

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

Learn how to install perl-Pod-Usage.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install perl-Pod-Usage.noarch

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

Here is a brief guide to show you how to uninstall perl-Pod-Usage.noarch on Rocky Linux 8:

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

3. Information about the perl-Pod-Usage.noarch package on Rocky Linux 8

Last metadata expiration check: 2:12:10 ago on Mon Sep 12 10:27:18 2022.
Installed Packages
Name : perl-Pod-Usage
Epoch : 4
Version : 1.69
Release : 395.el8
Architecture : noarch
Size : 49 k
Source : perl-Pod-Usage-1.69-395.el8.src.rpm
Repository : @System
From repo : baseos
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.