How to Install and Uninstall arm-none-eabi-newlib.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 12,2024

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

This tutorial shows how to install arm-none-eabi-newlib.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

This is a short guide on how to uninstall arm-none-eabi-newlib.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the arm-none-eabi-newlib.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:00:06 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : arm-none-eabi-newlib
Version : 4.1.0
Release : 7.el8
Architecture : noarch
Size : 64 M
Source : arm-none-eabi-newlib-4.1.0-7.el8.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.