How to Install and Uninstall arm-none-eabi-newlib.noarch Package on CentOS Stream 8

Last updated: October 06,2024

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

Please follow the guidance below to install arm-none-eabi-newlib.noarch on CentOS Stream 8

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

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

Learn how to uninstall arm-none-eabi-newlib.noarch on CentOS Stream 8:

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

3. Information about the arm-none-eabi-newlib.noarch package on CentOS Stream 8

Last metadata expiration check: 2:25:47 ago on Sun Feb 25 03:03:59 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.