How To Install perl-Getopt-Usaginator on Fedora 36

In this tutorial we learn how to install perl-Getopt-Usaginator in Fedora 36. perl-Getopt-Usaginator is Conjure up a usage function for your applications

Introduction

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

What is perl-Getopt-Usaginator

Getopt commandline applications. It does not do any option parsing, but is best paired with Getopt

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

Install perl-Getopt-Usaginator 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-Usaginator using dnf by running the following command:

sudo dnf -y install perl-Getopt-Usaginator

Install perl-Getopt-Usaginator 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-Usaginator using yum by running the following command:

sudo yum -y install perl-Getopt-Usaginator

How To Uninstall perl-Getopt-Usaginator on Fedora 36

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

sudo dnf remove perl-Getopt-Usaginator

perl-Getopt-Usaginator Package Contents on Fedora 36

/usr/share/doc/perl-Getopt-Usaginator
/usr/share/doc/perl-Getopt-Usaginator/Changes
/usr/share/doc/perl-Getopt-Usaginator/README
/usr/share/man/man3/Getopt::Usaginator.3pm.gz
/usr/share/perl5/vendor_perl/Getopt
/usr/share/perl5/vendor_perl/Getopt/Usaginator.pm

References

Summary

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