How to Install and Uninstall libwibble-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "libwibble-dev" package

This guide let you learn how to install libwibble-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libwibble-dev

2. Uninstall "libwibble-dev" package

Learn how to uninstall libwibble-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libwibble-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libwibble-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 15294
Maintainer: Ubuntu Developers
Original-Maintainer: Enrico Zini
Architecture: amd64
Source: libwibble
Version: 1.1-1build1
Recommends: pkg-config
Filename: pool/universe/libw/libwibble/libwibble-dev_1.1-1build1_amd64.deb
Size: 970408
MD5sum: 983df69e1b937268e1684213d1223cb4
SHA1: f4e466f0bc1afcdf230607761355e1996cb76ab1
SHA256: a484f1fd216c08746b257a7bdcfa12540822627335f3023298b890f89935e177
Description-en: Library of various useful C++ code
libwibble collects the foundation code that has been used over time
in various C++ projects by Peter Rockai and Enrico Zini, so that it can
be maintained properly and in a single place.
.
The code has minimal dependencies, a test suite, and can be used either as an
external library or embedded in projects based on either cmake or autotools.
.
The library contains:
* an exception hierarchy;
* various useful mixin classes;
* shortcuts for set operations;
* a featureful self-documenting commandline parser that also supports
cvs/svn-style subcommands;
* two different unit-testing system, a tut-based and a custom one;
* a non-intrusive polymorphic envelope;
* a logging system;
* string functions, like splitting, path manipulation, regular
expressions and word wrapping;
* system functions, like directory iteration, file manipulation, process
control, thread functions;
* gregorian calendar operations.
Description-md5: 1d0e11a615c68d5df696b9445ef69af3
Homepage: http://web.mornfall.net/libwibble.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu