How to Install and Uninstall libdiagnostics0 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 13,2024

1. Install "libdiagnostics0" package

Please follow the guidelines below to install libdiagnostics0 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libdiagnostics0

2. Uninstall "libdiagnostics0" package

In this section, we are going to explain the necessary steps to uninstall libdiagnostics0 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libdiagnostics0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdiagnostics0 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libdiagnostics0
Priority: extra
Section: universe/libs
Installed-Size: 328
Maintainer: Ubuntu Developers
Original-Maintainer: Michael Tautschnig
Architecture: amd64
Source: diagnostics
Version: 0.3.3-11build1
Depends: libace-6.3.3, libc6 (>= 2.15), libgcc1 (>= 1:4.2), libltdl7 (>= 2.4.6)
Filename: pool/universe/d/diagnostics/libdiagnostics0_0.3.3-11build1_amd64.deb
Size: 91948
MD5sum: c823be6417246cad497061c2dff74a94
SHA1: e40991c87bd7ef86089431cf3f075edf56b44d87
SHA256: f3296320eabf37ab1ae39c29afd379b2f73528cfbe0f3d7cefe2bd7ca9cb1c99
Description-en: Logging, unittesting, and runtime diagnostics for C++ - library
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 libraries for running software linked against
Diagnostics.
Description-md5: cd09205c5593b45897ba4343184323e0
Homepage: http://forsyte.at/software/diagnostics
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu