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

Last updated: July 05,2024

1. Install "debugedit.x86_64" package

In this section, we are going to explain the necessary steps to install debugedit.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install debugedit.x86_64

2. Uninstall "debugedit.x86_64" package

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

$ sudo dnf remove debugedit.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:52:01 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : debugedit
Version : 5.0
Release : 2.fc34
Architecture : x86_64
Size : 75 k
Source : debugedit-5.0-2.fc34.src.rpm
Repository : updates
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.