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

Last updated: May 11,2024

1. Install "libdiagnostics-dev" package

Please follow the guidance below to install libdiagnostics-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libdiagnostics-dev

2. Uninstall "libdiagnostics-dev" package

Please follow the step by step instructions below to uninstall libdiagnostics-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libdiagnostics-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 1656
Maintainer: Ubuntu Developers
Original-Maintainer: Michael Tautschnig
Architecture: amd64
Source: diagnostics
Version: 0.3.3-11build1
Depends: libdiagnostics0 (= 0.3.3-11build1)
Recommends: libace-dev
Filename: pool/universe/d/diagnostics/libdiagnostics-dev_0.3.3-11build1_amd64.deb
Size: 163628
MD5sum: 2f2870154d6d2b68a87ea7bce10de8c4
SHA1: df571280c132c8b78de65b93d85be1af17447090
SHA256: ca0c3a4c92e920861b0e37a6b4fb1ff8812fba068fb1722f23269027a2354d53
Description-en: Logging, unittesting, and runtime diagnostics for C++ - development files
Diagnostics is a unified framework for code annotation, logging,
program monitoring, and unit-testing.
.
The annotations of diagnostics provide simple trace messages, tracing
method entry and exit, checks (which potentially fail), asserts (which
should never fail), invariance checking on method entry and exit, and
a number of annotations for testing.
.
The annotations raise events which are can be observed and monitored.
Using different loggers, the stream of logging events is used for
logging or testing.
.
The package contains the needed headers and libraries for
developing software using Diagnostics.
Description-md5: 73ee4b69d083a311ea988765bbc46f19
Homepage: http://forsyte.at/software/diagnostics
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu