How to Install and Uninstall arm-none-eabi-binutils-cs.x86_64 Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "arm-none-eabi-binutils-cs.x86_64" package

This guide let you learn how to install arm-none-eabi-binutils-cs.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install arm-none-eabi-binutils-cs.x86_64

2. Uninstall "arm-none-eabi-binutils-cs.x86_64" package

In this section, we are going to explain the necessary steps to uninstall arm-none-eabi-binutils-cs.x86_64 on Oracle Linux 9:

$ sudo dnf remove arm-none-eabi-binutils-cs.x86_64 $ sudo dnf autoremove

3. Information about the arm-none-eabi-binutils-cs.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:57:05 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : arm-none-eabi-binutils-cs
Epoch : 1
Version : 2.39
Release : 1.el9
Architecture : x86_64
Size : 2.3 M
Source : arm-none-eabi-binutils-cs-2.39-1.el9.src.rpm
Repository : epel
Summary : GNU Binutils for cross-compilation for arm-none-eabi target
URL : http://www.codesourcery.com/sgpp/lite/arm
License : GPLv2+ and GPLv3+ and LGPLv2+ and BSD
Description : This is a cross-compilation version of GNU Binutils, which can be used to
: assemble and link binaries for the arm-none-eabi platform.
:
: 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).