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

Last updated: September 23,2024

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

This is a short guide on how to install perl-Getopt-Lucid.noarch on Fedora 34

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

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

This is a short guide on how to uninstall perl-Getopt-Lucid.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:49:56 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Getopt-Lucid
Version : 1.10
Release : 5.fc34
Architecture : noarch
Size : 47 k
Source : perl-Getopt-Lucid-1.10-5.fc34.src.rpm
Repository : fedora
Summary : Clear, readable syntax for command line processing
URL : https://metacpan.org/release/Getopt-Lucid
License : ASL 2.0
Description : The goal of this module is providing good code readability and clarity of
: intent for command-line option processing. While readability is a subjective
: standard, Getopt::Lucid relies on a more verbose, plain-English option
: specification as compared against the more symbolic approach of Getopt::Long.