How To Install groonga-httpd on Fedora 36

In this tutorial we learn how to install groonga-httpd in Fedora 36. groonga-httpd is Groonga HTTP server

Introduction

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

What is groonga-httpd

This package contains the Groonga HTTP server. It has many features because it is based on nginx HTTP server.

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

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

sudo dnf -y install groonga-httpd

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

sudo yum -y install groonga-httpd

How To Uninstall groonga-httpd on Fedora 36

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

sudo dnf remove groonga-httpd

groonga-httpd Package Contents on Fedora 36

/etc/groonga/httpd/fastcgi.conf
/etc/groonga/httpd/fastcgi.conf.default
/etc/groonga/httpd/fastcgi_params
/etc/groonga/httpd/fastcgi_params.default
/etc/groonga/httpd/groonga-httpd.conf
/etc/groonga/httpd/html
/etc/groonga/httpd/html/50x.html
/etc/groonga/httpd/html/index.html
/etc/groonga/httpd/koi-utf
/etc/groonga/httpd/koi-win
/etc/groonga/httpd/mime.types
/etc/groonga/httpd/mime.types.default
/etc/groonga/httpd/nginx.conf.default
/etc/groonga/httpd/scgi_params
/etc/groonga/httpd/scgi_params.default
/etc/groonga/httpd/uwsgi_params
/etc/groonga/httpd/uwsgi_params.default
/etc/groonga/httpd/win-utf
/etc/logrotate.d/groonga-httpd
/etc/sysconfig/groonga-httpd
/run/groonga
/usr/lib/.build-id
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/f5fab60b870a3133c8977fa7631c6fcc93c0a1
/usr/lib/systemd/system/groonga-httpd.service
/usr/sbin/groonga-httpd
/usr/sbin/groonga-httpd-restart
/var/lib/groonga
/var/lib/groonga/db

References

Summary

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