How to Install and Uninstall elfutils-devel.x86_64 Package on Rocky Linux 9

Last updated: October 05,2024

1. Install "elfutils-devel.x86_64" package

Please follow the step by step instructions below to install elfutils-devel.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install elfutils-devel.x86_64

2. Uninstall "elfutils-devel.x86_64" package

This is a short guide on how to uninstall elfutils-devel.x86_64 on Rocky Linux 9:

$ sudo dnf remove elfutils-devel.x86_64 $ sudo dnf autoremove

3. Information about the elfutils-devel.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:36:59 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : elfutils-devel
Version : 0.189
Release : 3.el9
Architecture : x86_64
Size : 48 k
Source : elfutils-0.189-3.el9.src.rpm
Repository : appstream
Summary : Development libraries to handle compiled objects
URL : http://elfutils.org/
License : GPLv2+ or LGPLv3+
Description : The elfutils-devel package contains the libraries to create
: applications for handling compiled objects. libdw provides access
: to the DWARF debugging information. libasm provides a programmable
: assembler interface.