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

Last updated: May 13,2024

1. Install "libargs-dev" package

In this section, we are going to explain the necessary steps to install libargs-dev on Kali Linux

$ sudo apt update $ sudo apt install libargs-dev

2. Uninstall "libargs-dev" package

Please follow the guidelines below to uninstall libargs-dev on Kali Linux:

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

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

Package: libargs-dev
Source: libargs
Version: 6.4.1-1
Installed-Size: 894
Maintainer: Debian Med Packaging Team
Architecture: all
Size: 140548
SHA256: 1632cc317d5d0fad41d74ad5072611a0061a4e20698521b867f92d2cda31f9ef
SHA1: f38cee2fa9ea22b689b37064cf89664ff15630ab
MD5sum: 1e1a3732e113f1ee15f4926a7e3c806e
Description: simple header-only C++ argument parser library
Args is a simple, small, flexible, header-only C++ argument
parssing library.
.
This is designed to appear somewhat similar to Python's argparse, but in
C++, with static type checking, and hopefully a lot faster (also
allowing fully nestable group logic, where Python's argparse does not).
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/Taywee/args
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/liba/libargs/libargs-dev_6.4.1-1_all.deb