How to Install and Uninstall elfutils-libs.i686 Package on CentOS 8 / RHEL 8

Last updated: September 20,2024

1. Install "elfutils-libs.i686" package

This is a short guide on how to install elfutils-libs.i686 on CentOS 8 / RHEL 8

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

2. Uninstall "elfutils-libs.i686" package

Please follow the steps below to uninstall elfutils-libs.i686 on CentOS 8 / RHEL 8:

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

3. Information about the elfutils-libs.i686 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:17:44 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : elfutils-libs
Version : 0.180
Release : 1.el8
Architecture : i686
Size : 331 k
Source : elfutils-0.180-1.el8.src.rpm
Repository : baseos
Summary : Libraries to handle compiled objects
URL : http://elfutils.org/
License : GPLv2+ or LGPLv3+
Description : The elfutils-libs package contains libraries which implement DWARF, ELF,
: and machine-specific ELF handling and process introspection. These
: libraries are used by the programs in the elfutils package. The
: elfutils-devel package enables building other programs using these
: libraries.