How to Install and Uninstall avr-libc.noarch Package on Fedora 35

Last updated: September 20,2024

1. Install "avr-libc.noarch" package

This tutorial shows how to install avr-libc.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install avr-libc.noarch

2. Uninstall "avr-libc.noarch" package

This tutorial shows how to uninstall avr-libc.noarch on Fedora 35:

$ sudo dnf remove avr-libc.noarch $ sudo dnf autoremove

3. Information about the avr-libc.noarch package on Fedora 35

Last metadata expiration check: 1:22:25 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : avr-libc
Version : 2.0.0
Release : 12.fc35
Architecture : noarch
Size : 1.3 M
Source : avr-libc-2.0.0-12.fc35.src.rpm
Repository : fedora
Summary : C library for use with GCC on Atmel AVR microcontrollers
URL : http://www.nongnu.org/avr-libc/
License : BSD
Description : AVR Libc is a Free Software project whose goal is to provide a high quality C
: library for use with GCC on Atmel AVR microcontrollers.
:
: AVR Libc is licensed under a single unified license. This so-called modified
: Berkeley license is intented to be compatible with most Free Software licenses
: like the GPL, yet impose as little restrictions for the use of the library in
: closed-source commercial applications as possible.