How to Install and Uninstall gcc-toolset-13-binutils-gold.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 05,2024

1. Install "gcc-toolset-13-binutils-gold.x86_64" package

Here is a brief guide to show you how to install gcc-toolset-13-binutils-gold.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install gcc-toolset-13-binutils-gold.x86_64

2. Uninstall "gcc-toolset-13-binutils-gold.x86_64" package

This guide let you learn how to uninstall gcc-toolset-13-binutils-gold.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove gcc-toolset-13-binutils-gold.x86_64 $ sudo dnf autoremove

3. Information about the gcc-toolset-13-binutils-gold.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:04:50 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : gcc-toolset-13-binutils-gold
Version : 2.40
Release : 14.el8
Architecture : x86_64
Size : 948 k
Source : gcc-toolset-13-binutils-2.40-14.el8.src.rpm
Repository : ubi-8-appstream-rpms
Summary : The GOLD linker, a faster alternative to the BFD linker
URL : https://sourceware.org/binutils
License : GPLv3+
Description : This package provides the GOLD linker, which can be used as an alternative to
: the default binutils linker (ld.bfd). The GOLD is generally faster than the
: BFD linker, and it supports features such as Identical Code Folding and
: Incremental linking. Unfortunately it is not as well maintained as the BFD
: linker, and it may become deprecated in the future.