How To Install perl-Getopt-Euclid on Fedora 36

In this tutorial we learn how to install perl-Getopt-Euclid in Fedora 36. perl-Getopt-Euclid is Executable Uniform Command-Line Interface Descriptions

Introduction

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

What is perl-Getopt-Euclid

Executable Uniform Command-Line Interface Descriptions https GPL+ or Artistic Getopt line argument parser. This ensures that your program’s documented interface and its actual interface always agree.

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

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

sudo dnf -y install perl-Getopt-Euclid

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

sudo yum -y install perl-Getopt-Euclid

How To Uninstall perl-Getopt-Euclid on Fedora 36

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

sudo dnf remove perl-Getopt-Euclid

perl-Getopt-Euclid Package Contents on Fedora 36

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

References

Summary

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