How to Install and Uninstall debugedit.x86_64 Package on CentOS Stream 8

Last updated: October 07,2024

1. Install "debugedit.x86_64" package

Please follow the step by step instructions below to install debugedit.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install debugedit.x86_64

2. Uninstall "debugedit.x86_64" package

Learn how to uninstall debugedit.x86_64 on CentOS Stream 8:

$ sudo dnf remove debugedit.x86_64 $ sudo dnf autoremove

3. Information about the debugedit.x86_64 package on CentOS Stream 8

Last metadata expiration check: 1:59:18 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : debugedit
Version : 5.0
Release : 12.el8
Architecture : x86_64
Size : 81 k
Source : debugedit-5.0-12.el8.src.rpm
Repository : epel
Summary : Tools for debuginfo creation
URL : https://sourceware.org/debugedit/
License : GPL-3.0-or-later AND GPL-2.0-or-later AND LGPL-2.0-or-later
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.