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

Last updated: September 29,2024

1. Install "libgflags-dev" package

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

$ sudo apt update $ sudo apt install libgflags-dev

2. Uninstall "libgflags-dev" package

Please follow the steps below to uninstall libgflags-dev on Kali Linux:

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

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

Package: libgflags-dev
Source: gflags
Version: 2.2.2-2
Installed-Size: 636
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Depends: libgflags2.2 (= 2.2.2-2)
Size: 100112
SHA256: 055ca9ee17b57159926eea04ee32da8d3332c4e24e3bf028276d89106a75418a
SHA1: 7366fa7eebe87a6b4c7980c236b80e98cf5b15ed
MD5sum: 6347aa908308ccbfc9945bb474d6db9e
Description: commandline flags module for C++ (development files)
gflags is a library that implements commandline flags processing. As
such it's a replacement for getopt(). It has increased flexibility,
including built-in support for C++ types like string, and the ability
to define flags in the source file in which they're used.
.
This package contains development libraries and header files.
Description-md5:
Homepage: https://gflags.github.io/gflags/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/g/gflags/libgflags-dev_2.2.2-2_amd64.deb