How To Install marisa-perl on Fedora 36

In this tutorial we learn how to install marisa-perl in Fedora 36. marisa-perl is Perl language binding for marisa

Introduction

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

What is marisa-perl

Perl language binding for marisa

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

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

sudo dnf -y install marisa-perl

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

sudo yum -y install marisa-perl

How To Uninstall marisa-perl on Fedora 36

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

sudo dnf remove marisa-perl

marisa-perl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/e320f6cd29d7dd403765b80c507a31c69821e5
/usr/lib64/perl5/vendor_perl/auto/marisa
/usr/lib64/perl5/vendor_perl/auto/marisa/marisa.so
/usr/lib64/perl5/vendor_perl/marisa.pm

References

Summary

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