How To Install esptool on Fedora 34
Introduction
In this tutorial we learn how to install esptool
on Fedora 34.
What is esptool
esptool.py A command line utility to communicate with the ROM bootloader in Espressif ESP8266 WiFi microcontroller. Allows flashing firmware, reading back firmware, querying chip parameters, etc. Developed by the community, not by Espressif Systems.
We can use yum
or dnf
to install esptool
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install esptool.
Install esptool on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
The output should look something like this:
After updating yum database, We can install esptool
using dnf
by running the following command:
Install esptool on Fedora 34 Using yum
Update yum database with yum
using the following command.
The output should look something like this:
After updating yum database, We can install esptool
using yum
by running the following command:
How To Uninstall esptool on Fedora 34
To uninstall only the esptool
package we can use the following command:
esptool Package Contents on Fedora 34
References
Summary
In this tutorial we learn how to install esptool
on Fedora 34 using yum and dnf.