How to Install and Uninstall perl-Getopt-Long.noarch Package on Rocky Linux 8

Last updated: May 04,2024

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

Please follow the guidelines below to install perl-Getopt-Long.noarch on Rocky Linux 8

$ 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 Rocky Linux 8:

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

3. Information about the perl-Getopt-Long.noarch package on Rocky Linux 8

Last metadata expiration check: 1:02:13 ago on Mon Sep 12 10:27:18 2022.
Installed Packages
Name : perl-Getopt-Long
Epoch : 1
Version : 2.50
Release : 4.el8
Architecture : noarch
Size : 136 k
Source : perl-Getopt-Long-2.50-4.el8.src.rpm
Repository : @System
From repo : baseos
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.