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

Last updated: October 10,2024

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

This tutorial shows how to install perl-Getopt-ArgvFile.noarch on Oracle Linux 8

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

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

This guide let you learn how to uninstall perl-Getopt-ArgvFile.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 6:49:40 ago on Mon Sep 12 02:51:38 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.