How To Install esphomeflasher on Fedora 36

In this tutorial we learn how to install esphomeflasher in Fedora 36. esphomeflasher is Simple GUI tool to flash ESPs over USB

Introduction

In this tutorial we learn how to install esphomeflasher on Fedora 36.

What is esphomeflasher

ESPHome-Flasher is a utility app for the ESPHome framework and is designed to make flashing ESPs with ESPHome as simple as possible.

We can use yum or dnf to install esphomeflasher on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install esphomeflasher.

Install esphomeflasher 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 esphomeflasher using dnf by running the following command:

sudo dnf -y install esphomeflasher

Install esphomeflasher 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 esphomeflasher using yum by running the following command:

sudo yum -y install esphomeflasher

How To Uninstall esphomeflasher on Fedora 36

To uninstall only the esphomeflasher package we can use the following command:

sudo dnf remove esphomeflasher

esphomeflasher Package Contents on Fedora 36

/usr/bin/esphomeflasher
/usr/lib/python3.10/site-packages/esphomeflasher
/usr/lib/python3.10/site-packages/esphomeflasher-1.4.0.dist-info
/usr/lib/python3.10/site-packages/esphomeflasher-1.4.0.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/esphomeflasher-1.4.0.dist-info/LICENSE
/usr/lib/python3.10/site-packages/esphomeflasher-1.4.0.dist-info/METADATA
/usr/lib/python3.10/site-packages/esphomeflasher-1.4.0.dist-info/WHEEL
/usr/lib/python3.10/site-packages/esphomeflasher-1.4.0.dist-info/entry_points.txt
/usr/lib/python3.10/site-packages/esphomeflasher-1.4.0.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/esphomeflasher/__init__.py
/usr/lib/python3.10/site-packages/esphomeflasher/__main__.py
/usr/lib/python3.10/site-packages/esphomeflasher/__pycache__
/usr/lib/python3.10/site-packages/esphomeflasher/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/esphomeflasher/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/esphomeflasher/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/esphomeflasher/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/esphomeflasher/__pycache__/common.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/esphomeflasher/__pycache__/common.cpython-310.pyc
/usr/lib/python3.10/site-packages/esphomeflasher/__pycache__/const.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/esphomeflasher/__pycache__/const.cpython-310.pyc
/usr/lib/python3.10/site-packages/esphomeflasher/__pycache__/gui.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/esphomeflasher/__pycache__/gui.cpython-310.pyc
/usr/lib/python3.10/site-packages/esphomeflasher/__pycache__/helpers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/esphomeflasher/__pycache__/helpers.cpython-310.pyc
/usr/lib/python3.10/site-packages/esphomeflasher/common.py
/usr/lib/python3.10/site-packages/esphomeflasher/const.py
/usr/lib/python3.10/site-packages/esphomeflasher/gui.py
/usr/lib/python3.10/site-packages/esphomeflasher/helpers.py
/usr/share/applications/io.esphome.esphomeflasher.desktop
/usr/share/doc/esphomeflasher
/usr/share/doc/esphomeflasher/README.md
/usr/share/licenses/esphomeflasher
/usr/share/licenses/esphomeflasher/LICENSE
/usr/share/metainfo/io.esphome.esphomeflasher.metainfo.xml
/usr/share/pixmaps/esphomeflasher.png

References

Summary

In this tutorial we learn how to install esphomeflasher on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).