How To Install fritzing on Fedora 36

In this tutorial we learn how to install fritzing in Fedora 36. fritzing is Electronic Design Automation software; from prototype to product

Introduction

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

What is fritzing

Fritzing is a free software tool to support designers, artists and hobbyists to work creatively with interactive electronics.

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

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

sudo dnf -y install fritzing

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

sudo yum -y install fritzing

How To Uninstall fritzing on Fedora 36

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

sudo dnf remove fritzing

fritzing Package Contents on Fedora 36

/usr/bin/Fritzing
/usr/lib/.build-id
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/0ffea99fa8944420e5e8281527086d6af5ab21
/usr/share/applications/org.fritzing.Fritzing.desktop
/usr/share/doc/fritzing
/usr/share/doc/fritzing/LICENSE.CC-BY-SA
/usr/share/doc/fritzing/LICENSE.GPL2
/usr/share/doc/fritzing/LICENSE.GPL3
/usr/share/doc/fritzing/README.md
/usr/share/man/man1/Fritzing.1.gz
/usr/share/metainfo/org.fritzing.Fritzing.appdata.xml
/usr/share/mime/packages/fritzing.xml
/usr/share/pixmaps/fritzing.png

References

Summary

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