How To Install groonga on Fedora 36
Introduction
In this tutorial we learn how to install groonga
on Fedora 36.
What is groonga
Groonga is an embeddable full-text search engine library. It can integrate with DBMS and scripting languages to enhance their search functionality. It also provides a standalone data store server based on relational data model.
We can use yum
or dnf
to install groonga
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install groonga.
Install groonga 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
using dnf
by running the following command:
sudo dnf -y install groonga
Install groonga 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
using yum
by running the following command:
sudo yum -y install groonga
How To Uninstall groonga on Fedora 36
To uninstall only the groonga
package we can use the following command:
sudo dnf remove groonga
groonga Package Contents on Fedora 36
/usr/bin/grndb
/usr/bin/groonga
/usr/bin/groonga-benchmark
/usr/lib/.build-id
/usr/lib/.build-id/06
/usr/lib/.build-id/06/74597b6c7d6d486d5809f68b90991ef8209c96
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/e03a68d85313bd5f98c9c3334754543fa7b67d
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/5c480ace8fcdf58d965d0eaeed760fc37207ab
References
Summary
In this tutorial we learn how to install groonga
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).