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

Last updated: May 16,2024

1. Install "libargh-dev" package

Please follow the guidance below to install libargh-dev on Kali Linux

$ sudo apt update $ sudo apt install libargh-dev

2. Uninstall "libargh-dev" package

This tutorial shows how to uninstall libargh-dev on Kali Linux:

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

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

Package: libargh-dev
Source: argh
Version: 1.3.2+ds-2
Installed-Size: 40
Maintainer: Debian Med Packaging Team
Architecture: all
Size: 13388
SHA256: 8f0bff7204fba69802f4f446f9670a0d0fc859c32c938415016f7b29e128b5e6
SHA1: 129239a7f2099b49d4f59b359e57ee953b2d066f
MD5sum: b84313f2dc8277dbd49dbdd960575582
Description: C++ header-only command line processing library
So many different command line processing libraries out there and none
of them just work! Some bring their whole extended family of related and
unrelated external dependencies (yes, I'm looking at you Boost). Some
require quirky syntax and/or very verbose setups that sacrifice
simplicity for the generation of a cute usage message and validation.
Many come to dominate your main() file and yet others do not build on
multiple platforms - for some even their own tests and trivial usage
cause crashes on some systems. Argh!
.
If you're writing a highly-sophisticated command line tool, then
Boost.Program_options and its kind might give you many advanced options.
However, if you need to get up and running quickly, effectively and with
minimal fuss, give the single header-file argh a try.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/adishavit/argh
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/a/argh/libargh-dev_1.3.2+ds-2_all.deb