How to Install and Uninstall binutils-devel.i686 Package on Rocky Linux 8

Last updated: June 26,2024

1. Install "binutils-devel.i686" package

This is a short guide on how to install binutils-devel.i686 on Rocky Linux 8

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

2. Uninstall "binutils-devel.i686" package

This guide let you learn how to uninstall binutils-devel.i686 on Rocky Linux 8:

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

3. Information about the binutils-devel.i686 package on Rocky Linux 8

Last metadata expiration check: 2:16:59 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : binutils-devel
Version : 2.30
Release : 113.el8
Architecture : i686
Size : 3.5 M
Source : binutils-2.30-113.el8.src.rpm
Repository : appstream
Summary : BFD and opcodes static and dynamic libraries and header files
URL : https://sourceware.org/binutils
License : GPLv3+
Description : This package contains BFD and opcodes static and dynamic libraries.
:
: The dynamic libraries are in this package, rather than a separate
: base package because they are actually linker scripts that force
: the use of the static libraries. This is because the API of the
: BFD library is too unstable to be used dynamically.
:
: The static libraries are here because they are now needed by the
: dynamic libraries.
:
: Developers starting new projects are strongly encouraged to consider
: using libelf instead of BFD.