How to Install and Uninstall arm-none-eabi-newlib.noarch Package on Oracle Linux 9

Last updated: September 24,2024

1. Install "arm-none-eabi-newlib.noarch" package

Please follow the steps below to install arm-none-eabi-newlib.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install arm-none-eabi-newlib.noarch

2. Uninstall "arm-none-eabi-newlib.noarch" package

Please follow the instructions below to uninstall arm-none-eabi-newlib.noarch on Oracle Linux 9:

$ sudo dnf remove arm-none-eabi-newlib.noarch $ sudo dnf autoremove

3. Information about the arm-none-eabi-newlib.noarch package on Oracle Linux 9

Last metadata expiration check: 0:41:50 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : arm-none-eabi-newlib
Version : 4.1.0
Release : 7.el9
Architecture : noarch
Size : 34 M
Source : arm-none-eabi-newlib-4.1.0-7.el9.src.rpm
Repository : epel
Summary : C library intended for use on arm-none-eabi embedded systems
URL : http://sourceware.org/newlib/
License : BSD and MIT and LGPLv2+ and ISC
Description : Newlib is a C library intended for use on embedded systems. It is a
: conglomeration of several library parts, all under free software licenses
: that make them easily usable on embedded products.