How To Install groonga-tokenizer-mecab on Fedora 36

In this tutorial we learn how to install groonga-tokenizer-mecab in Fedora 36. groonga-tokenizer-mecab is MeCab tokenizer for Groonga

Introduction

In this tutorial we learn how to install groonga-tokenizer-mecab on Fedora 36.

What is groonga-tokenizer-mecab

MeCab tokenizer for Groonga

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

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

sudo dnf -y install groonga-tokenizer-mecab

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

sudo yum -y install groonga-tokenizer-mecab

How To Uninstall groonga-tokenizer-mecab on Fedora 36

To uninstall only the groonga-tokenizer-mecab package we can use the following command:

sudo dnf remove groonga-tokenizer-mecab

groonga-tokenizer-mecab Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/90
/usr/lib/.build-id/90/4a789ba45f9f43c75b5d74322dbe56ec281d54
/usr/lib64/groonga/plugins/tokenizers/mecab.so

References

Summary

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