How to Install and Uninstall perl-Getopt-ArgvFile.noarch Package on Rocky Linux 8

Last updated: September 21,2024

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

Please follow the step by step instructions below to install perl-Getopt-ArgvFile.noarch on Rocky Linux 8

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

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

Please follow the guidance below to uninstall perl-Getopt-ArgvFile.noarch on Rocky Linux 8:

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

3. Information about the perl-Getopt-ArgvFile.noarch package on Rocky Linux 8

Last metadata expiration check: 0:02:11 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Getopt-ArgvFile
Version : 1.11
Release : 34.el8
Architecture : noarch
Size : 36 k
Source : perl-Getopt-ArgvFile-1.11-34.el8.src.rpm
Repository : epel
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.