How to Install and Uninstall perl-Getopt-ArgvFile Package on openSUSE Leap

Last updated: May 20,2024

1. Install "perl-Getopt-ArgvFile" package

Please follow the instructions below to install perl-Getopt-ArgvFile on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Getopt-ArgvFile

2. Uninstall "perl-Getopt-ArgvFile" package

This is a short guide on how to uninstall perl-Getopt-ArgvFile on openSUSE Leap:

$ sudo zypper remove perl-Getopt-ArgvFile

3. Information about the perl-Getopt-ArgvFile package on openSUSE Leap

Information for package perl-Getopt-ArgvFile:
---------------------------------------------
Repository : Main Repository
Name : perl-Getopt-ArgvFile
Version : 1.11-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 53.4 KiB
Installed : No
Status : not installed
Source package : perl-Getopt-ArgvFile-1.11-bp155.2.10.src
Upstream URL : http://search.cpan.org/dist/Getopt-ArgvFile/
Summary : Perl Module to interpolate Script Options from Files into @ARGV
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.
Alternatively, you can process any array instead of @ARGV which is used by
default and mentioned mostly in this manual.
The interpolated @ARGV could be subsequently processed by the usual option
handling, e.g. by a Getopt::xxx module. Getopt::ArgvFile does not perform any
option handling itself, it only prepares the array @ARGV.