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

Last updated: September 28,2024

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

This is a short guide on how to install arm-none-eabi-gcc-cs.x86_64 on Oracle Linux 9

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

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

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

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

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

Last metadata expiration check: 2:23:08 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : arm-none-eabi-gcc-cs
Epoch : 1
Version : 12.2.0
Release : 4.el9
Architecture : x86_64
Size : 187 M
Source : arm-none-eabi-gcc-cs-12.2.0-4.el9.src.rpm
Repository : epel
Summary : GNU GCC for cross-compilation for arm-none-eabi target
URL : https://gcc.gnu.org/
License : GPLv2+ and GPLv3+ and LGPLv2+ and BSD
Description : This is a Cross Compiling version of GNU GCC, which can be used to
: compile for the arm-none-eabi platform, instead of for the
: native x86_64 platform.