How To Install perl-Getopt-ArgvFile on Fedora 36
Introduction
In this tutorial we learn how to install perl-Getopt-ArgvFile on Fedora 36.
What is perl-Getopt-ArgvFile
This module simply interpolates option file hints in @ARGV by the contents of the pointed files. This enables option reading from files instead of or additional to the usual reading from the command line.
We can use yum or dnf to install perl-Getopt-ArgvFile on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Getopt-ArgvFile.
Install perl-Getopt-ArgvFile 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-ArgvFile using dnf by running the following command:
sudo dnf -y install perl-Getopt-ArgvFile
Install perl-Getopt-ArgvFile 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-ArgvFile using yum by running the following command:
sudo yum -y install perl-Getopt-ArgvFile
How To Uninstall perl-Getopt-ArgvFile on Fedora 36
To uninstall only the perl-Getopt-ArgvFile package we can use the following command:
sudo dnf remove perl-Getopt-ArgvFile
perl-Getopt-ArgvFile Package Contents on Fedora 36
/usr/share/doc/perl-Getopt-ArgvFile
/usr/share/doc/perl-Getopt-ArgvFile/Changes
/usr/share/doc/perl-Getopt-ArgvFile/README
/usr/share/doc/perl-Getopt-ArgvFile/demos
/usr/share/doc/perl-Getopt-ArgvFile/demos/defaultOptionFiles.pl
/usr/share/doc/perl-Getopt-ArgvFile/demos/defaultUse.pl
/usr/share/doc/perl-Getopt-ArgvFile/demos/delayedProcessing.pl
/usr/share/doc/perl-Getopt-ArgvFile/license.txt
/usr/share/man/man3/Getopt::ArgvFile.3pm.gz
/usr/share/perl5/vendor_perl/Getopt
/usr/share/perl5/vendor_perl/Getopt/ArgvFile.pm
References
Summary
In this tutorial we learn how to install perl-Getopt-ArgvFile on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).