How to Install and Uninstall elfutils-devel.i686 Package on CentOS Stream 8

Last updated: November 01,2024

1. Install "elfutils-devel.i686" package

This guide covers the steps necessary to install elfutils-devel.i686 on CentOS Stream 8

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

2. Uninstall "elfutils-devel.i686" package

Here is a brief guide to show you how to uninstall elfutils-devel.i686 on CentOS Stream 8:

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

3. Information about the elfutils-devel.i686 package on CentOS Stream 8

Last metadata expiration check: 2:33:24 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : elfutils-devel
Version : 0.190
Release : 2.el8
Architecture : i686
Size : 90 k
Source : elfutils-0.190-2.el8.src.rpm
Repository : baseos
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.