How to Install and Uninstall libgetopt-tabular-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 18,2024

1. Install "libgetopt-tabular-perl" package

This guide covers the steps necessary to install libgetopt-tabular-perl on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "libgetopt-tabular-perl" package

Please follow the instructions below to uninstall libgetopt-tabular-perl on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libgetopt-tabular-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: libgetopt-tabular-perl
Architecture: all
Version: 0.3-2
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 131
Depends: perl
Filename: pool/universe/libg/libgetopt-tabular-perl/libgetopt-tabular-perl_0.3-2_all.deb
Size: 40396
MD5sum: c74468bae14f001ebb57c19a771d869a
SHA1: f44524a89898f1043854f2f1d08acf365a34ce0b
SHA256: 123d743be7ba6ad80fd3efd78f33d2ce5e25f08f32211da0c04689b4511946f4
SHA512: 92a75c4cb0af76d8c0bc7d252b481659d9a70a75e18381e6a2a0a0f4c7c0703ad16f83c3cee1e744c89f820848e2d6ff06e353e60bcfe38c4a803a391379525a
Homepage: https://metacpan.org/release/Getopt-Tabular
Description-en: 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: 756f596a97c5ca0f3455527417523c7c