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

Last updated: May 14,2024

1. Install "kdbg" package

Learn how to install kdbg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install kdbg

2. Uninstall "kdbg" package

Learn how to uninstall kdbg on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove kdbg $ sudo apt autoclean && sudo apt autoremove

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

Package: kdbg
Priority: optional
Section: universe/devel
Installed-Size: 1156
Maintainer: Ubuntu Developers
Original-Maintainer: Ana Beatriz Guerrero Lopez
Architecture: amd64
Version: 2.5.4-1
Depends: kde-runtime, libc6 (>= 2.14), libkdecore5 (>= 4:4.4.0), libkdeui5 (>= 4:4.4.0), libkio5 (>= 4:4.4.0), libqtcore4 (>= 4:4.7.0~beta1), libqtgui4 (>= 4:4.8.0), libstdc++6 (>= 4.6)
Recommends: gdb (>= 5.0)
Filename: pool/universe/k/kdbg/kdbg_2.5.4-1_amd64.deb
Size: 252428
MD5sum: efe3490420af6aec628d0a8c8c8074dd
SHA1: f3b7885d79f5eb95973b928c4cd02bb6aa7af237
SHA256: c67f44820e3861fa63d16705b5da48da9f9fe6896679f250364d95ec7c800a00
Description-en: graphical debugger interface
KDbg is a graphical user interface to gdb, the GNU debugger. It provides
an intuitive interface for setting breakpoints, inspecting variables,
stepping through code and much more. KDbg requires KDE but you can of
course debug any program.
.
KDbg can also debug XSLT (XML stylesheet translation) scripts by
interfacing with xsldbg. For this the package kxsldbg must be installed.
.
Features include the following:
* Inspection of variable values in a tree structure.
* Direct member: For certain compound data types the most important
member values are displayed next to the variable name, so that it is
not necessary to expand the subtree of that variable in order to see
the member value. KDbg can also display Qt's QString values, which
are Unicode strings.
* Debugger at your finger tips: The basic debugger functions (step,
next, run, finish, until, set/clear/enable/disable breakpoint) are
bound to function keys F5 through F10. Quick and easy.
* View source code, search text, set program arguments and environment
variables, display arbitrary expressions.
* Debugging of core dumps, attaching to running processes is possible.
* Conditional breakpoints.
Description-md5: 9ca644d0f21e4de1516bdaa4f9f17c9d
Homepage: http://www.kdbg.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu