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

Last updated: May 21,2024

1. Install "libargtable2-dev" package

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

$ sudo apt update $ sudo apt install libargtable2-dev

2. Uninstall "libargtable2-dev" package

This guide covers the steps necessary to uninstall libargtable2-dev on Ubuntu 20.10 (Groovy Gorilla):

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

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

Package: libargtable2-dev
Architecture: amd64
Version: 13-1
Priority: optional
Section: universe/libdevel
Source: argtable2
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Shachar Shemesh
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 129
Depends: libargtable2-0 (= 13-1), libargtable2-docs (= 13-1)
Conflicts: argtable, argtable2
Filename: pool/universe/a/argtable2/libargtable2-dev_13-1_amd64.deb
Size: 51936
MD5sum: 0b9d161b4ba9e0d6b2d8024c949501db
SHA1: d9d21f29de654c8f13b486c6879902cb7ab86776
SHA256: 0d62e07aeca43fd47ee89807efa05b068d163021bb358cebfd40affbf1d241f4
SHA512: 5d04ce4f90dbe62546ff97280ab3ecb2ebc2613d7cb363c3b9273d1f67520c1729f179894cf28e39760993d4361fba302a9e4cb1b95afc6b2531893663d73633
Homepage: http://argtable.sourceforge.net
Description-en: Library for parsing GNU style command line arguments (development headers)
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.
.
This package contains the files needed to develop applications that use
argtable.
Description-md5: 208a92d7a031b3b9ef5b6ace9ac0f726