How to Install and Uninstall ddd.x86_64 Package on Rocky Linux 8

Last updated: May 03,2024

1. Install "ddd.x86_64" package

Please follow the guidelines below to install ddd.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install ddd.x86_64

2. Uninstall "ddd.x86_64" package

Learn how to uninstall ddd.x86_64 on Rocky Linux 8:

$ sudo dnf remove ddd.x86_64 $ sudo dnf autoremove

3. Information about the ddd.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:08:01 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : ddd
Version : 3.3.12
Release : 33.el8
Architecture : x86_64
Size : 1.6 M
Source : ddd-3.3.12-33.el8.src.rpm
Repository : epel
Summary : GUI for several command-line debuggers
URL : http://www.gnu.org/software/ddd/
License : GPLv2+
Description : The Data Display Debugger (DDD) is a popular GUI for command-line
: debuggers like GDB, DBX, JDB, WDB, XDB, the Perl debugger, and the
: Python debugger. DDD allows you to view source texts and provides an
: interactive graphical data display, in which data structures are
: displayed as graphs. You can use your mouse to dereference pointers
: or view structure contents, which are updated every time the program
: stops. DDD can debug programs written in Ada, C, C++, Chill, Fortran,
: Java, Modula, Pascal, Perl, and Python. DDD provides machine-level
: debugging; hypertext source navigation and lookup; breakpoint,
: watchpoint, backtrace, and history editors; array plots; undo and
: redo; preferences and settings editors; program execution in the
: terminal emulation window, debugging on a remote host, an on-line
: manual, extensive help on the Motif user interface, and a command-line
: interface with full editing, history and completion capabilities.