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

Last updated: May 14,2024

1. Install "argagg-dev-doc" package

Here is a brief guide to show you how to install argagg-dev-doc on Kali Linux

$ sudo apt update $ sudo apt install argagg-dev-doc

2. Uninstall "argagg-dev-doc" package

This guide covers the steps necessary to uninstall argagg-dev-doc on Kali Linux:

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

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

Package: argagg-dev-doc
Source: argagg
Version: 0.4.7-1
Installed-Size: 2823
Maintainer: Debian QA Group
Architecture: all
Depends: libjs-jquery
Size: 167424
SHA256: 1970ffb28028345fd63aa7e274b54461aaab2eac6465b8a2e039400557c7b523
SHA1: f0fad6ae73827ea00967b122428fb3b5ef3f23ac
MD5sum: 6e52e98ba8c02ce33a546c0f04f83d30
Description: Argument Aggregator - Simple C++11 command line argument parser - source doc
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.
.
This package contains the doxygen documentation for the argagg source code.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/vietjtnguyen/argagg
Section: doc
Priority: optional
Filename: pool/main/a/argagg/argagg-dev-doc_0.4.7-1_all.deb