How To Install eralchemy on Fedora 36

In this tutorial we learn how to install eralchemy in Fedora 36. eralchemy is Entity Relation Diagrams generation tool

Introduction

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

What is eralchemy

ERAlchemy generates Entity Relation (ER) diagram (like the one below) from databases or from SQLAlchemy models.

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

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

sudo dnf -y install eralchemy

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

sudo yum -y install eralchemy

How To Uninstall eralchemy on Fedora 36

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

sudo dnf remove eralchemy

eralchemy Package Contents on Fedora 36

/usr/bin/eralchemy
/usr/share/doc/eralchemy
/usr/share/doc/eralchemy/readme.md

References

Summary

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