How to Install and Uninstall perl-Pod-Usage.noarch Package on Oracle Linux 9

Last updated: October 05,2024

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

Learn how to install perl-Pod-Usage.noarch on Oracle Linux 9

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

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

This is a short guide on how to uninstall perl-Pod-Usage.noarch on Oracle Linux 9:

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

3. Information about the perl-Pod-Usage.noarch package on Oracle Linux 9

Last metadata expiration check: 1:00:57 ago on Thu Feb 15 07:50:05 2024.
Installed Packages
Name : perl-Pod-Usage
Epoch : 4
Version : 2.01
Release : 4.el9
Architecture : noarch
Size : 85 k
Source : perl-Pod-Usage-2.01-4.el9.src.rpm
Repository : @System
From repo : ol9_appstream
Summary : Print a usage message from embedded POD documentation
URL : https://metacpan.org/release/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.