How to Install and Uninstall perl-Getopt-ArgvFile.noarch Package on Fedora 35

Last updated: June 26,2024

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

Here is a brief guide to show you how to install perl-Getopt-ArgvFile.noarch on Fedora 35

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Getopt-ArgvFile.noarch on Fedora 35:

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

3. Information about the perl-Getopt-ArgvFile.noarch package on Fedora 35

Last metadata expiration check: 3:48:53 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Getopt-ArgvFile
Version : 1.11
Release : 36.fc35
Architecture : noarch
Size : 33 k
Source : perl-Getopt-ArgvFile-1.11-36.fc35.src.rpm
Repository : fedora
Summary : Interpolates script options from files into @ARGV or another array
URL : https://metacpan.org/release/Getopt-ArgvFile
License : Artistic 2.0
Description : 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.