How To Install micronucleus on Fedora 36
Introduction
In this tutorial we learn how to install micronucleus
on Fedora 36.
What is micronucleus
This package ships a “micronucleus” command line tool. It is used to upload programs to AVR ATtiny devices that utilize the Micronucleus boot loader.
We can use yum
or dnf
to install micronucleus
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install micronucleus.
Install micronucleus on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install micronucleus
using dnf
by running the following command:
sudo dnf -y install micronucleus
Install micronucleus on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install micronucleus
using yum
by running the following command:
sudo yum -y install micronucleus
How To Uninstall micronucleus on Fedora 36
To uninstall only the micronucleus
package we can use the following command:
sudo dnf remove micronucleus
micronucleus Package Contents on Fedora 36
/usr/bin/micronucleus
/usr/lib/.build-id
/usr/lib/.build-id/c2
/usr/lib/.build-id/c2/52e74c86e3fb147b7796e69987e2ce92b56518
/usr/lib/udev/rules.d/60-micronucleus.rules
/usr/share/doc/micronucleus
/usr/share/doc/micronucleus/Readme
References
Summary
In this tutorial we learn how to install micronucleus
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).