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

Last updated: September 20,2024

1. Install "libdebug0-dev" package

This is a short guide on how to install libdebug0-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libdebug0-dev

2. Uninstall "libdebug0-dev" package

This guide covers the steps necessary to uninstall libdebug0-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libdebug0-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 111
Maintainer: Ubuntu Developers
Original-Maintainer: Peter Pentchev
Architecture: amd64
Source: libdebug
Version: 0.4.4-1.1
Depends: libdebug0 (= 0.4.4-1.1)
Filename: pool/universe/libd/libdebug/libdebug0-dev_0.4.4-1.1_amd64.deb
Size: 25140
MD5sum: 4ad37e1fd6e0229ae521488fff1b39f4
SHA1: 54ccc1745368185257cc971cf3e800236ff632cb
SHA256: 84f0ab9731d273d5f8ad79458dfb3451f25f141a564498061d043cba16aace06
Description-en: Development files for the debug library
This library contains routines needed by many of the authors
other programs. It includes utilities to aid in debugging of
programs.
.
Some of the features currently supported by this library are
memory leak detection, hex dumping, and logging. The logging
system is especially useful. It adds syntax highlighting for
different log levels in debugging mode. There are different
modes for printing to console and files, duplicate line
detection and lots of other small things which makes life
simpler for the programmer.
.
This package contains files needed if you wish to use libdebug
in your own programs.
Description-md5: 9701d0ad392c98d850e19fd60343394c
Multi-Arch: same
Homepage: http://devel.ringlet.net/devel/libdebug/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu