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

Last updated: October 06,2024

1. Install "gcc-toolset-13-binutils-devel.i686" package

In this section, we are going to explain the necessary steps to install gcc-toolset-13-binutils-devel.i686 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install gcc-toolset-13-binutils-devel.i686

2. Uninstall "gcc-toolset-13-binutils-devel.i686" package

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

$ sudo dnf remove gcc-toolset-13-binutils-devel.i686 $ sudo dnf autoremove

3. Information about the gcc-toolset-13-binutils-devel.i686 package on Rocky Linux 9

Last metadata expiration check: 0:25:19 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : gcc-toolset-13-binutils-devel
Version : 2.40
Release : 13.el9
Architecture : i686
Size : 12 M
Source : gcc-toolset-13-binutils-2.40-13.el9.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.