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

Last updated: May 17,2024

1. Install "libargtable2-dev" package

Please follow the step by step instructions below to install libargtable2-dev on Kali Linux

$ sudo apt update $ sudo apt install libargtable2-dev

2. Uninstall "libargtable2-dev" package

Here is a brief guide to show you how to uninstall libargtable2-dev on Kali Linux:

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

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

Package: libargtable2-dev
Source: argtable2
Version: 13-1.1
Installed-Size: 135
Maintainer: Shachar Shemesh
Architecture: amd64
Depends: libargtable2-0 (= 13-1.1), libargtable2-docs (= 13-1.1)
Conflicts: argtable, argtable2
Size: 57688
SHA256: 8ba90f9db2133691e108620d9d119ef63e0870c992f6be04ad0da9d990974463
SHA1: 759de967e48c4966e40647d9b615480451a54878
MD5sum: f24f71f09157c29bdf99d4c2b16f4ee5
Description: 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:
Homepage: http://argtable.sourceforge.net
Tag: devel::lang:c, devel::lang:c++, devel::library, implemented-in::c,
role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/a/argtable2/libargtable2-dev_13-1.1_amd64.deb