How to Install and Uninstall binutils.i686 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 09,2024

1. Install "binutils.i686" package

Please follow the step by step instructions below to install binutils.i686 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install binutils.i686

2. Uninstall "binutils.i686" package

Please follow the steps below to uninstall binutils.i686 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove binutils.i686 $ sudo dnf autoremove

3. Information about the binutils.i686 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:47:13 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : binutils
Version : 2.35.2
Release : 42.el9
Architecture : i686
Size : 4.7 M
Source : binutils-2.35.2-42.el9.src.rpm
Repository : ubi-9-baseos-rpms
Summary : A GNU collection of binary utilities
URL : https://sourceware.org/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).