How To Install marisa-ruby on Fedora 36

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

Introduction

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

What is marisa-ruby

Ruby language binding for groonga

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

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

sudo dnf -y install marisa-ruby

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

sudo yum -y install marisa-ruby

How To Uninstall marisa-ruby on Fedora 36

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

sudo dnf remove marisa-ruby

marisa-ruby Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/bf37909958409c53f593e99fa39f456b098f17
/usr/lib64/ruby/vendor_ruby/marisa.so

References

Summary

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