How to Install and Uninstall gcc-toolset-13-binutils.x86_64 Package on Oracle Linux 9

Last updated: July 01,2024

1. Install "gcc-toolset-13-binutils.x86_64" package

This tutorial shows how to install gcc-toolset-13-binutils.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install gcc-toolset-13-binutils.x86_64

2. Uninstall "gcc-toolset-13-binutils.x86_64" package

Here is a brief guide to show you how to uninstall gcc-toolset-13-binutils.x86_64 on Oracle Linux 9:

$ sudo dnf remove gcc-toolset-13-binutils.x86_64 $ sudo dnf autoremove

3. Information about the gcc-toolset-13-binutils.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:32:12 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : gcc-toolset-13-binutils
Version : 2.40
Release : 13.0.1.el9
Architecture : x86_64
Size : 5.8 M
Source : gcc-toolset-13-binutils-2.40-13.0.1.el9.src.rpm
Repository : ol9_appstream
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).