How To Install perl-Getopt-Lucid on Fedora 36

In this tutorial we learn how to install perl-Getopt-Lucid in Fedora 36. perl-Getopt-Lucid is Clear, readable syntax for command line processing

Introduction

In this tutorial we learn how to install perl-Getopt-Lucid on Fedora 36.

What is perl-Getopt-Lucid

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 specification as compared against the more symbolic approach of Getopt

We can use yum or dnf to install perl-Getopt-Lucid on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Getopt-Lucid.

Install perl-Getopt-Lucid on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Getopt-Lucid using dnf by running the following command:

sudo dnf -y install perl-Getopt-Lucid

Install perl-Getopt-Lucid on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Getopt-Lucid using yum by running the following command:

sudo yum -y install perl-Getopt-Lucid

How To Uninstall perl-Getopt-Lucid on Fedora 36

To uninstall only the perl-Getopt-Lucid package we can use the following command:

sudo dnf remove perl-Getopt-Lucid

perl-Getopt-Lucid Package Contents on Fedora 36

/usr/share/doc/perl-Getopt-Lucid
/usr/share/doc/perl-Getopt-Lucid/CONTRIBUTING.mkdn
/usr/share/doc/perl-Getopt-Lucid/Changes
/usr/share/doc/perl-Getopt-Lucid/README
/usr/share/doc/perl-Getopt-Lucid/Todo
/usr/share/doc/perl-Getopt-Lucid/examples
/usr/share/doc/perl-Getopt-Lucid/examples/cpanget
/usr/share/licenses/perl-Getopt-Lucid
/usr/share/licenses/perl-Getopt-Lucid/LICENSE
/usr/share/man/man3/Getopt::Lucid.3pm.gz
/usr/share/man/man3/Getopt::Lucid::Exception.3pm.gz
/usr/share/perl5/vendor_perl/Getopt
/usr/share/perl5/vendor_perl/Getopt/Lucid
/usr/share/perl5/vendor_perl/Getopt/Lucid.pm
/usr/share/perl5/vendor_perl/Getopt/Lucid/Exception.pm

References

Summary

In this tutorial we learn how to install perl-Getopt-Lucid on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).