How to Install and Uninstall binutils.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 19,2024

1. Install "binutils.x86_64" package

In this section, we are going to explain the necessary steps to install binutils.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install binutils.x86_64

2. Uninstall "binutils.x86_64" package

This guide let you learn how to uninstall binutils.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove binutils.x86_64 $ sudo yum autoremove

3. Information about the binutils.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : binutils
Arch : x86_64
Version : 2.27
Release : 44.base.el7
Size : 24 M
Repo : installed
From repo : anaconda
Summary : A GNU collection of binary utilities
URL : http://sources.redhat.com/binutils
License : GPLv3+
Description : Binutils is a collection of binary utilities, including ar (for
: creating, modifying and extracting from archives), as (a family of
: GNU assemblers), gprof (for displaying call graph profile data),
: ld (the GNU linker), nm (for listing symbols from object files),
: objcopy (for copying and translating object files), objdump (for
: displaying information from object files), ranlib (for generating
: an index for the contents of an archive), readelf (for displaying
: detailed information about binary files), size (for listing the
: section sizes of an object or archive file), strings (for listing
: printable strings from files), strip (for discarding symbols), and
: addr2line (for converting addresses to file and line).