How to Install and Uninstall perl-Getopt-Long.noarch Package on Fedora 34

Last updated: October 04,2024

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

Please follow the guidelines below to install perl-Getopt-Long.noarch on Fedora 34

$ 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 Fedora 34:

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

3. Information about the perl-Getopt-Long.noarch package on Fedora 34

Last metadata expiration check: 5:00:25 ago on Tue Sep 6 08:10:37 2022.
Installed Packages
Name : perl-Getopt-Long
Epoch : 1
Version : 2.52
Release : 2.fc34
Architecture : noarch
Size : 137 k
Source : perl-Getopt-Long-2.52-2.fc34.src.rpm
Repository : @System
From repo : fedora
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.