How to Install and Uninstall binutils-devel.x86_64 Package on Fedora 39

Last updated: November 26,2024

1. Install "binutils-devel.x86_64" package

Please follow the instructions below to install binutils-devel.x86_64 on Fedora 39

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

2. Uninstall "binutils-devel.x86_64" package

This guide covers the steps necessary to uninstall binutils-devel.x86_64 on Fedora 39:

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

3. Information about the binutils-devel.x86_64 package on Fedora 39

Last metadata expiration check: 1:31:01 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : binutils-devel
Version : 2.40
Release : 14.fc39
Architecture : x86_64
Size : 4.4 M
Source : binutils-2.40-14.fc39.src.rpm
Repository : updates
Summary : BFD and opcodes static and dynamic libraries and header files
URL : https://sourceware.org/binutils
License : GPL-3.0-or-later AND (GPL-3.0-or-later WITH Bison-exception-2.2) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND BSD-3-Clause AND GFDL-1.3-or-later AND GPL-2.0-or-later LGPL-2.1-or-later AND LGPL-2.0-or-later
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.