How to Install and Uninstall libargtable2-0 Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 13,2024

1. Install "libargtable2-0" package

Please follow the steps below to install libargtable2-0 on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libargtable2-0

2. Uninstall "libargtable2-0" package

This is a short guide on how to uninstall libargtable2-0 on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove libargtable2-0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libargtable2-0 package on Ubuntu 20.10 (Groovy Gorilla)

Package: libargtable2-0
Architecture: amd64
Version: 13-1
Priority: optional
Section: universe/libs
Source: argtable2
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Shachar Shemesh
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 42
Depends: libc6 (>= 2.4)
Conflicts: argtable, argtable2
Filename: pool/universe/a/argtable2/libargtable2-0_13-1_amd64.deb
Size: 13620
MD5sum: cb1894496c0bd6ff4b2d61462abbdc89
SHA1: b8b792ca106ecdd54ebd9c4e3e85ff1ce364483b
SHA256: 821c8354d5d74993c065bae18e2f18fecef10086cf40caaed5bce820fc734957
SHA512: e8ee9de2af8fd3e6dd3190f8241cd8e0a4d38080725abfb48c67e6caff683bc1245d2cfe87211b6fc67e911dc9bb960a339788b87092dc6a08e0200b4c23cf70
Homepage: http://argtable.sourceforge.net
Description-en: Library for parsing GNU style command line arguments
Argtable is an ANSI C library for parsing GNU style command line arguments.
It enables a program's command line syntax to be defined in the source code as
an array of argtable structs. The command line is then parsed according to that
specification and the resulting values are returned in those same structs where
they are accessible to the main program. Both tagged (-v, --verbose, --foo=bar)
and untagged arguments are supported, as are multiple instances of each
argument. Syntax error handling is automatic and the library also provides the
means for displaying the command line syntax directly from the array of
argument specifications.
.
argtable can function as a "getopt_long" replacement, without the user of the
program noticing the difference. Unlike "getopt_long", however, argtable is
cross platform, working on all Posix systems, as well as Windows and Mac.
Description-md5: 4ccbdfbf4e1206b0a7e8bd1c748966d7