How to Install and Uninstall binutils-devel.x86_64 Package on Amazon Linux 2

Last updated: May 15,2024

1. Install "binutils-devel.x86_64" package

This guide let you learn how to install binutils-devel.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum 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 Amazon Linux 2:

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

3. Information about the binutils-devel.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : binutils-devel
Arch : x86_64
Version : 2.29.1
Release : 31.amzn2
Size : 920 k
Repo : amzn2-core/2/x86_64
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 seperate
: 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.