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

Last updated: July 03,2024

1. Install "kdbg.x86_64" package

This guide covers the steps necessary to install kdbg.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install kdbg.x86_64

2. Uninstall "kdbg.x86_64" package

This guide let you learn how to uninstall kdbg.x86_64 on Fedora 34:

$ sudo dnf remove kdbg.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:13:41 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : kdbg
Epoch : 1
Version : 3.0.0
Release : 7.fc34
Architecture : x86_64
Size : 431 k
Source : kdbg-3.0.0-7.fc34.src.rpm
Repository : fedora
Summary : A GUI for gdb, the GNU debugger, and KDE
URL : http://www.kdbg.org/
License : GPL+
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.