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

Last updated: July 01,2024

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

Please follow the steps below to install perl-Getopt-Long.src on Oracle Linux 9

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

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

Please follow the step by step instructions below to uninstall perl-Getopt-Long.src on Oracle Linux 9:

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

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

Last metadata expiration check: 0:51:09 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Getopt-Long
Epoch : 1
Version : 2.52
Release : 4.el9
Architecture : src
Size : 54 k
Source : None
Repository : 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.