How to Install and Uninstall libgetopt++1v5 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 05,2024

1. Install "libgetopt++1v5" package

Please follow the step by step instructions below to install libgetopt++1v5 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libgetopt++1v5

2. Uninstall "libgetopt++1v5" package

Please follow the instructions below to uninstall libgetopt++1v5 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libgetopt++1v5 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libgetopt++1v5 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libgetopt++1v5
Priority: optional
Section: universe/libs
Installed-Size: 52
Maintainer: Ubuntu Developers
Original-Maintainer: Robert Collins
Architecture: amd64
Source: libgetopt++
Version: 0.0.2-p22-3.1
Replaces: libgetopt++1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 5.2)
Conflicts: libgetopt++1
Filename: pool/universe/libg/libgetopt++/libgetopt++1v5_0.0.2-p22-3.1_amd64.deb
Size: 14556
MD5sum: a7a4b306b612b8fb272490858fbbc0e7
SHA1: 78f2d393972e09afbb3ea27d2f65f9e38320bd01
SHA256: 73548a2e8bc2352e247474bfe475994868104d418ba480a3a58b34f1d908739b
Description-en: C++ library for command line parsing
libgetopt++ is a C++ library to parse options that a program gets specified
from the command line. It has the following features:
.
* Minimal footprint in main.cc, and no header or source changes outside the
user of an option when the option is altered or a new option added.
.
* Multiple option sets can co-exist safely. The default option set is a
singleton, but additional static sets can be created and used.
.
* Easy to use: adding a new option is simply a case of adding a static
variable for the option, in the scope that the option needs to be visible.
.
* There are multiple concrete Option classes provided: Bool, String,
StringCollector.
..
* Extensible: simply create a new subclass of Option to implement a new
Option type, and use it in your program.
Description-md5: af289c656e21c088b13b4fb8fc967db2
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu