How to Install and Uninstall perl-Getopt-Long.noarch Package on CentOS 7 / RHEL 7

Last updated: April 28,2024

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

This guide covers the steps necessary to install perl-Getopt-Long.noarch on CentOS 7 / RHEL 7

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

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

Please follow the steps below to uninstall perl-Getopt-Long.noarch on CentOS 7 / RHEL 7:

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

3. Information about the perl-Getopt-Long.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-Getopt-Long
Arch : noarch
Version : 2.40
Release : 3.el7
Size : 132 k
Repo : installed
From repo : anaconda
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.