How to Install and Uninstall libargtable2-0 Package on Kali Linux

Last updated: May 13,2024

1. Install "libargtable2-0" package

Please follow the instructions below to install libargtable2-0 on Kali Linux

$ sudo apt update $ sudo apt install libargtable2-0

2. Uninstall "libargtable2-0" package

Please follow the guidance below to uninstall libargtable2-0 on Kali Linux:

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

3. Information about the libargtable2-0 package on Kali Linux

Package: libargtable2-0
Source: argtable2
Version: 13-1.1
Installed-Size: 54
Maintainer: Shachar Shemesh
Architecture: amd64
Depends: libc6 (>= 2.14)
Conflicts: argtable, argtable2
Size: 17932
SHA256: f72304c1a0864cef8707aa143d54dc00002233cb03735b74f5f9134c3197b246
SHA1: 2be074445e076e31931173d82f06333f55d58ffe
MD5sum: 9309a8b1623bccf6e4195f7622c4d401
Description: 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:
Homepage: http://argtable.sourceforge.net
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/a/argtable2/libargtable2-0_13-1.1_amd64.deb