How to Install and Uninstall elfutils.x86_64 Package on Fedora 39

Last updated: November 27,2024

1. Install "elfutils.x86_64" package

This is a short guide on how to install elfutils.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install elfutils.x86_64

2. Uninstall "elfutils.x86_64" package

In this section, we are going to explain the necessary steps to uninstall elfutils.x86_64 on Fedora 39:

$ sudo dnf remove elfutils.x86_64 $ sudo dnf autoremove

3. Information about the elfutils.x86_64 package on Fedora 39

Last metadata expiration check: 4:51:56 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : elfutils
Version : 0.190
Release : 4.fc39
Architecture : x86_64
Size : 551 k
Source : elfutils-0.190-4.fc39.src.rpm
Repository : updates
Summary : A collection of utilities and DSOs to handle ELF files and DWARF data
URL : http://elfutils.org/
License : GPL-3.0-or-later and (GPL-2.0-or-later or LGPL-3.0-or-later) and GFDL-1.3-no-invariants-or-later
Description : Elfutils is a collection of utilities, including stack (to show
: backtraces), nm (for listing symbols from object files), size
: (for listing the section sizes of an object or archive file),
: strip (for discarding symbols), readelf (to see the raw ELF file
: structures), elflint (to check for well-formed ELF files) and
: elfcompress (to compress or decompress ELF sections).