How to Install and Uninstall perl-Getopt-Long.noarch Package on Oracle Linux 9

Last updated: September 20,2024

1. Install "perl-Getopt-Long.noarch" package

Please follow the guidance below to install perl-Getopt-Long.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-Getopt-Long.noarch

2. Uninstall "perl-Getopt-Long.noarch" package

Please follow the steps below to uninstall perl-Getopt-Long.noarch on Oracle Linux 9:

$ sudo dnf remove perl-Getopt-Long.noarch $ sudo dnf autoremove

3. Information about the perl-Getopt-Long.noarch package on Oracle Linux 9

Last metadata expiration check: 1:23:15 ago on Thu Feb 15 07:50:05 2024.
Installed Packages
Name : perl-Getopt-Long
Epoch : 1
Version : 2.52
Release : 4.el9
Architecture : noarch
Size : 137 k
Source : perl-Getopt-Long-2.52-4.el9.src.rpm
Repository : @System
From repo : ol9_appstream
Summary : Extended processing of command line options
URL : https://metacpan.org/release/Getopt-Long
License : GPLv2+ or Artistic
Description : The Getopt::Long module implements an extended getopt function called
: GetOptions(). It parses the command line from @ARGV, recognizing and removing
: specified options and their possible values. It adheres to the POSIX syntax
: for command line options, with GNU extensions. In general, this means that
: options have long names instead of single letters, and are introduced with
: a double dash "--". Support for bundling of command line options, as was the
: case with the more traditional single-letter approach, is provided but not
: enabled by default.