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

Last updated: October 06,2024

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

Please follow the instructions below to install perl-Getopt-Long.noarch on AlmaLinux 9

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Getopt-Long.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 0:54:05 ago on Wed Mar 13 07:41:12 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 : 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.