How to Install and Uninstall perl-Getopt-ArgvFile Package on openSuSE Tumbleweed

Last updated: June 24,2024

1. Install "perl-Getopt-ArgvFile" package

Please follow the instructions below to install perl-Getopt-ArgvFile on openSuSE Tumbleweed

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

2. Uninstall "perl-Getopt-ArgvFile" package

Please follow the step by step instructions below to uninstall perl-Getopt-ArgvFile on openSuSE Tumbleweed:

$ sudo zypper remove perl-Getopt-ArgvFile

3. Information about the perl-Getopt-ArgvFile package on openSuSE Tumbleweed

Information for package perl-Getopt-ArgvFile:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Getopt-ArgvFile
Version : 1.11-9.29
Arch : x86_64
Vendor : openSUSE
Installed Size : 53.1 KiB
Installed : No
Status : not installed
Source package : perl-Getopt-ArgvFile-1.11-9.29.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.