How to Install and Uninstall binutils-gold.x86_64 Package on Fedora 36

Last updated: May 14,2024

1. Install "binutils-gold.x86_64" package

In this section, we are going to explain the necessary steps to install binutils-gold.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install binutils-gold.x86_64

2. Uninstall "binutils-gold.x86_64" package

Please follow the step by step instructions below to uninstall binutils-gold.x86_64 on Fedora 36:

$ sudo dnf remove binutils-gold.x86_64 $ sudo dnf autoremove

3. Information about the binutils-gold.x86_64 package on Fedora 36

Last metadata expiration check: 5:37:15 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : binutils-gold
Version : 2.37
Release : 35.fc36
Architecture : x86_64
Size : 754 k
Source : binutils-2.37-35.fc36.src.rpm
Repository : updates
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.