How to Install and Uninstall libargtable2-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 20,2024

1. Install "libargtable2-dev" package

Here is a brief guide to show you how to install libargtable2-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libargtable2-dev

2. Uninstall "libargtable2-dev" package

This guide let you learn how to uninstall libargtable2-dev on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libargtable2-dev package on Ubuntu 21.10 (Impish Indri)

Package: libargtable2-dev
Architecture: amd64
Version: 13-1.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: 133
Depends: libargtable2-0 (= 13-1.1), libargtable2-docs (= 13-1.1)
Conflicts: argtable, argtable2
Filename: pool/universe/a/argtable2/libargtable2-dev_13-1.1_amd64.deb
Size: 52720
MD5sum: 2acbf14d069b8f24105f4eb012c4a4ec
SHA1: f7afb074f25cc784f97594030af207037a903919
SHA256: 30c2f13350daee163c0d4cf87cd3e9e69eb336934105cbbfc087634c11afdfb5
SHA512: e22d4ef74dfc66c6d62d9849714a4a9e1161d3166296375fd8f168fe81c9f34b3d0f12e2bbe0a8d10a1214f2342595b6e5019400c0d4426552fc87c44380997e
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