How To Install erlang-mqtree on Fedora 36

In this tutorial we learn how to install erlang-mqtree in Fedora 36. erlang-mqtree is Index tree for MQTT topic filters

Introduction

In this tutorial we learn how to install erlang-mqtree on Fedora 36.

What is erlang-mqtree

mqtree is an Erlang NIF implementation of N-ary tree to keep MQTT topic filters for efficient matching.

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

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

sudo dnf -y install erlang-mqtree

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

sudo yum -y install erlang-mqtree

How To Uninstall erlang-mqtree on Fedora 36

To uninstall only the erlang-mqtree package we can use the following command:

sudo dnf remove erlang-mqtree

erlang-mqtree Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/72
/usr/lib/.build-id/72/b6523616686d9604786b58c37780450fba6d5d
/usr/lib64/erlang/lib/mqtree-1.0.10
/usr/lib64/erlang/lib/mqtree-1.0.10/ebin
/usr/lib64/erlang/lib/mqtree-1.0.10/ebin/mqtree.app
/usr/lib64/erlang/lib/mqtree-1.0.10/ebin/mqtree.beam
/usr/lib64/erlang/lib/mqtree-1.0.10/priv
/usr/lib64/erlang/lib/mqtree-1.0.10/priv/lib
/usr/lib64/erlang/lib/mqtree-1.0.10/priv/lib/mqtree.so
/usr/share/doc/erlang-mqtree
/usr/share/doc/erlang-mqtree/README.md
/usr/share/licenses/erlang-mqtree
/usr/share/licenses/erlang-mqtree/LICENSE

References

Summary

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