How to Install and Uninstall debugedit.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 12,2024

1. Install "debugedit.x86_64" package

Learn how to install debugedit.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install debugedit.x86_64

2. Uninstall "debugedit.x86_64" package

Here is a brief guide to show you how to uninstall debugedit.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove debugedit.x86_64 $ sudo dnf autoremove

3. Information about the debugedit.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:04:42 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : debugedit
Version : 5.0
Release : 4.el9
Architecture : x86_64
Size : 81 k
Source : debugedit-5.0-4.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : Tools for debuginfo creation
URL : https://sourceware.org/debugedit/
License : GPLv3+ and GPLv2+ and LGPLv2+
Description : The debugedit project provides programs and scripts for creating
: debuginfo and source file distributions, collect build-ids and rewrite
: source paths in DWARF data for debugging, tracing and profiling.
:
: It is based on code originally from the rpm project plus libiberty and
: binutils. It depends on the elfutils libelf and libdw libraries to
: read and write ELF files, DWARF data and build-ids.