How to Install and Uninstall libgetopt-tabular-perl Package on Kali Linux

Last updated: May 17,2024

1. Install "libgetopt-tabular-perl" package

This is a short guide on how to install libgetopt-tabular-perl on Kali Linux

$ sudo apt update $ sudo apt install libgetopt-tabular-perl

2. Uninstall "libgetopt-tabular-perl" package

This guide covers the steps necessary to uninstall libgetopt-tabular-perl on Kali Linux:

$ sudo apt remove libgetopt-tabular-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libgetopt-tabular-perl package on Kali Linux

Package: libgetopt-tabular-perl
Version: 0.3-4
Installed-Size: 102
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 40272
SHA256: ccbbcf918cab44bb68867ebd65ae140062ecaa1a0d42c8e94b34bd171b001f07
SHA1: 9756858d2bddca223018d6488a206be7c2cf9a81
MD5sum: be59b60ed4f35d6e8e061457a585e3fb
Description: table-driven argument parsing for Perl 5
Getopt::Tabular is a Perl 5 module for table-driven argument parsing,
vaguely inspired by John Ousterhout's Tk_ParseArgv.
.
Some nice features of Getopt::Tabular are:
* Command-line arguments are carefully type-checked, both by pattern and
number -- e.g. if an option requires two integers, GetOptions makes sure
that exactly two integers follow it!
* The valid command-line arguments are specified in a data structure
separate from the call to GetOptions; this makes it easier to have very
long lists of options, and to parse options from multiple sources
(e.g. the command line, an environment variable, and a configuration file).
* Getopt::Tabular can intelligently generate help text based on your option
descriptions.
* The type system is extensible, and if you can define your desired argument
type using a single Perl regular expression then it's particularly easy to
extend.
* Options can be abbreviated and come in any order.
* A "spoof" mode in which arguments are parsed without side-effects.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Getopt-Tabular
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libg/libgetopt-tabular-perl/libgetopt-tabular-perl_0.3-4_all.deb