How to Install and Uninstall perl-Getopt-Long.noarch Package on Amazon Linux 2

Last updated: May 02,2024

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

In this section, we are going to explain the necessary steps to install perl-Getopt-Long.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Getopt-Long.noarch

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

Learn how to uninstall perl-Getopt-Long.noarch on Amazon Linux 2:

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

3. Information about the perl-Getopt-Long.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Installed Packages
Name : perl-Getopt-Long
Arch : noarch
Version : 2.40
Release : 3.amzn2
Size : 132 k
Repo : installed
From repo : amzn2-core
Summary : Extended processing of command line options
URL : http://search.cpan.org/dist/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.