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

Last updated: May 08,2024

1. Install "happycoders-libdbg-dev" package

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

$ sudo apt update $ sudo apt install happycoders-libdbg-dev

2. Uninstall "happycoders-libdbg-dev" package

Please follow the instructions below to uninstall happycoders-libdbg-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove happycoders-libdbg-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: happycoders-libdbg-dev
Priority: optional
Section: universe/devel
Installed-Size: 205
Maintainer: Ubuntu MOTU Team
Original-Maintainer: Julien LEMOINE
Architecture: amd64
Source: libdbg
Version: 1.2-2ubuntu4
Replaces: happycoders-libdbg
Depends: happycoders-libdbg
Filename: pool/universe/libd/libdbg/happycoders-libdbg-dev_1.2-2ubuntu4_amd64.deb
Size: 41088
MD5sum: 9652052e3bfe620a5af8eccd980f612b
SHA1: 82dbb5423959b33a2347fb7893b7d2babc4a02c5
SHA256: 26f9d17644321697295bb0b0e7bc226837d8ffc827c9bf4730e0a4e5c8ea0634
Description-en: C++ utilities to facilitate modern debugging idioms
It provides various constraint checking utilities together with an
integrated error logging facility. These utilities are flexible and
customisable. They can be enabled and disabled at runtime, and in release
builds, dbg library use can be compiled away to nothing.
.
Rich debugging can only be implemented in large code bases from the outset,
it is hard to retrofit full defensive programming techniques onto existant
code. For this reason it is good practice to use a library like dbg when
you start a new project. By using dbg extensively you will find bugs
quicker, and prevent more insideous problems rearing their head later in
the project's life.
.
This package contains the symlinks, headers, and object files needed to
compile and link programs which use libdbg.
Description-md5: d8f1fc2338d44501feeb5215551a56cb
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu