How to Install and Uninstall gcc-toolset-9-elfutils-devel.i686 Package on Rocky Linux 8

Last updated: June 26,2024

1. Install "gcc-toolset-9-elfutils-devel.i686" package

This guide covers the steps necessary to install gcc-toolset-9-elfutils-devel.i686 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install gcc-toolset-9-elfutils-devel.i686

2. Uninstall "gcc-toolset-9-elfutils-devel.i686" package

This is a short guide on how to uninstall gcc-toolset-9-elfutils-devel.i686 on Rocky Linux 8:

$ sudo dnf remove gcc-toolset-9-elfutils-devel.i686 $ sudo dnf autoremove

3. Information about the gcc-toolset-9-elfutils-devel.i686 package on Rocky Linux 8

Last metadata expiration check: 1:08:13 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : gcc-toolset-9-elfutils-devel
Version : 0.176
Release : 5.el8
Architecture : i686
Size : 438 k
Source : gcc-toolset-9-elfutils-0.176-5.el8.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. libebl provides some
: higher-level ELF access functionality. libdw provides access to
: the DWARF debugging information. libasm provides a programmable
: assembler interface.