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

Last updated: November 07,2024

1. Install "argagg-dev" package

This guide covers the steps necessary to install argagg-dev on Kali Linux

$ sudo apt update $ sudo apt install argagg-dev

2. Uninstall "argagg-dev" package

Learn how to uninstall argagg-dev on Kali Linux:

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

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

Package: argagg-dev
Source: argagg
Version: 0.4.7-1
Installed-Size: 70
Maintainer: Debian QA Group
Architecture: all
Size: 17036
SHA256: 6d7ae3a7e8d00b11a96ba15bce5be5469da267f7a83797a0a93ad8874fba7170
SHA1: 98b481680f2f51687b64d2bb159216adb4815b8e
MD5sum: fe1fe63ad80772a800569b02d433f429
Description: Argument Aggregator - Simple C++11 command line argument parser
This is yet another C++ command line argument/option parser. It was
written as a simple and idiomatic alternative to other frameworks like
getopt, Boost program options, TCLAP, and others. The goal is to achieve
the majority of argument parsing needs in a simple manner with an easy
to use API. It operates as a single pass over all arguments, recognizing
flags prefixed by - (short) or -- (long) and aggregating them into easy
to access structures with lots of convenience functions. It defers
processing types until you access them, so the result structures end up
just being pointers into the original command line argument C-strings.
.
argagg supports POSIX recommended argument syntax conventions.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/vietjtnguyen/argagg
Section: devel
Priority: optional
Filename: pool/main/a/argagg/argagg-dev_0.4.7-1_all.deb