How To Install marisa-tools on Fedora 36

In this tutorial we learn how to install marisa-tools in Fedora 36. marisa-tools is Tools for marisa

Introduction

In this tutorial we learn how to install marisa-tools on Fedora 36.

What is marisa-tools

The marisa-tools package contains tools for developing applications that use marisa.

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

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

sudo dnf -y install marisa-tools

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

sudo yum -y install marisa-tools

How To Uninstall marisa-tools on Fedora 36

To uninstall only the marisa-tools package we can use the following command:

sudo dnf remove marisa-tools

marisa-tools Package Contents on Fedora 36

/usr/bin/marisa-benchmark
/usr/bin/marisa-build
/usr/bin/marisa-common-prefix-search
/usr/bin/marisa-dump
/usr/bin/marisa-lookup
/usr/bin/marisa-predictive-search
/usr/bin/marisa-reverse-lookup
/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/d767aed4f2e69ca1c697f0c483d42c4ee8179f
/usr/lib/.build-id/26
/usr/lib/.build-id/26/998020a835280214096d1f6a58fed6a31c7276
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/948fab7cedee727f0e5013a8979afecc0f7718
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/7b4b175fb5d0906ae818add9c4874d1a0234a1
/usr/lib/.build-id/81
/usr/lib/.build-id/81/00c8f91d05e75f9091c9a112d6ff0a66ad5bad
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/fffc309928ab346a4dca4ebcc941411fe24e66
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/be2076fc1e83c1ff3eae57951e8220b4783007

References

Summary

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