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

Last updated: May 18,2024

1. Install "happycoders-libdbg" package

Please follow the guidelines below to install happycoders-libdbg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install happycoders-libdbg

2. Uninstall "happycoders-libdbg" package

This tutorial shows how to uninstall happycoders-libdbg on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: happycoders-libdbg
Priority: optional
Section: universe/devel
Installed-Size: 674
Maintainer: Ubuntu MOTU Team
Original-Maintainer: Julien LEMOINE
Architecture: amd64
Source: libdbg
Version: 1.2-2ubuntu4
Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1)
Filename: pool/universe/libd/libdbg/happycoders-libdbg_1.2-2ubuntu4_amd64.deb
Size: 110218
MD5sum: d6bfd3c4d611a5f46bebd5ebb9aec909
SHA1: 4eeb6dd19921494a96b32a3f3a037e266a405a68
SHA256: a6762341b25ccd09278b4969cbc18ddbff29cc7215e67e09788d55abe3d18c12
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.
Description-md5: 1a16e3e6d2a2070df8f1e78a1ca90b29
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu