How to Install and Uninstall libgflags-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "libgflags-doc" package

This guide covers the steps necessary to install libgflags-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libgflags-doc

2. Uninstall "libgflags-doc" package

Please follow the instructions below to uninstall libgflags-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libgflags-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libgflags-doc
Priority: optional
Section: universe/doc
Installed-Size: 42
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Architecture: all
Source: gflags
Version: 2.1.2-3
Filename: pool/universe/g/gflags/libgflags-doc_2.1.2-3_all.deb
Size: 16150
MD5sum: 174f27043a57b3ae3875bd77d85987bd
SHA1: 3c82929a0cd68eae5f4327921e16f83af6de5a65
SHA256: e16020de6c58a93f0edf2fde7a19202e057126c22d027a84d6df96ab657e67be
Description-en: documentation of gflags
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 documentation files.
Description-md5: 008c23f26c421c1f06551c6886549fe1
Homepage: http://gflags.github.io/gflags/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu