How to Install and Uninstall elfutils.src Package on Oracle Linux 8

Last updated: October 06,2024

1. Install "elfutils.src" package

Learn how to install elfutils.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install elfutils.src

2. Uninstall "elfutils.src" package

Please follow the guidance below to uninstall elfutils.src on Oracle Linux 8:

$ sudo dnf remove elfutils.src $ sudo dnf autoremove

3. Information about the elfutils.src package on Oracle Linux 8

Last metadata expiration check: 1:31:36 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : elfutils
Version : 0.186
Release : 1.el8
Architecture : src
Size : 8.9 M
Source : None
Repository : ol8_baseos_latest
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).