How to Install and Uninstall argagg-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 02,2024

1. Install "argagg-dev" package

Here is a brief guide to show you how to install argagg-dev on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install argagg-dev

2. Uninstall "argagg-dev" package

Please follow the step by step instructions below to uninstall argagg-dev on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the argagg-dev package on Ubuntu 21.04 (Hirsute Hippo)

Package: argagg-dev
Architecture: all
Version: 0.4.6-5
Multi-Arch: foreign
Priority: optional
Section: universe/devel
Source: argagg
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Didier Raboud
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 55
Filename: pool/universe/a/argagg/argagg-dev_0.4.6-5_all.deb
Size: 13024
MD5sum: c1fa3f0d2917d60f661c77e1b8b0d5d9
SHA1: 98086e6af794a744853081580780d3a3ee0cd865
SHA256: 9af9fa5b178f23bd4db5fa57e912cbe6fa1d77d7faf6bf008570c9fdf635653c
SHA512: 86174e7efbac6bd35bf2883a174af82f9d8359db2aed94c37ad8ed5f4e8ea39c606bb53eaac75e42f80b1aaeb792801a011e76a2b97884139883e1605efb561e
Homepage: https://github.com/vietjtnguyen/argagg
Description-en: 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: 87677cfd6cd5e437d3b5ab338e6dc437