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

Last updated: October 10,2024

1. Install "elfutils.x86_64" package

Please follow the steps below to install elfutils.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install elfutils.x86_64

2. Uninstall "elfutils.x86_64" package

Please follow the steps below to uninstall elfutils.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove elfutils.x86_64 $ sudo dnf autoremove

3. Information about the elfutils.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:42:31 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : elfutils
Version : 0.189
Release : 3.el8
Architecture : x86_64
Size : 553 k
Source : elfutils-0.189-3.el8.src.rpm
Repository : ubi-8-baseos-rpms
Summary : A collection of utilities and DSOs to handle ELF files and DWARF data
URL : http://elfutils.org/
License : GPLv3+ and (GPLv2+ or LGPLv3+) and GFDL
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).