How to Install and Uninstall kdbg.x86_64 Package on Fedora 39

Last updated: October 04,2024

1. Install "kdbg.x86_64" package

This tutorial shows how to install kdbg.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install kdbg.x86_64

2. Uninstall "kdbg.x86_64" package

Please follow the guidelines below to uninstall kdbg.x86_64 on Fedora 39:

$ sudo dnf remove kdbg.x86_64 $ sudo dnf autoremove

3. Information about the kdbg.x86_64 package on Fedora 39

Last metadata expiration check: 5:26:43 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : kdbg
Epoch : 1
Version : 3.0.1
Release : 5.fc39
Architecture : x86_64
Size : 436 k
Source : kdbg-3.0.1-5.fc39.src.rpm
Repository : fedora
Summary : A GUI for gdb, the GNU debugger, and KDE
URL : http://www.kdbg.org/
License : GPL-1.0-or-later
Description : KDbg is a K Desktop Environment (KDE) GUI for gdb, the GNU debugger.
: KDbg provides the programmer with an intuitive interface for setting
: breakpoints, inspecting variables, and stepping through code. KDbg
: requires X and KDE to be installed in order to run.