How To Install lighttpd-mod_vhostdb_pgsql on Fedora 36

In this tutorial we learn how to install lighttpd-mod_vhostdb_pgsql in Fedora 36. lighttpd-mod_vhostdb_pgsql is Virtual host module for lighttpd that uses PostgreSQL

Introduction

In this tutorial we learn how to install lighttpd-mod_vhostdb_pgsql on Fedora 36.

What is lighttpd-mod_vhostdb_pgsql

Virtual host module for lighttpd that uses PostgreSQL.

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

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

sudo dnf -y install lighttpd-mod_vhostdb_pgsql

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

sudo yum -y install lighttpd-mod_vhostdb_pgsql

How To Uninstall lighttpd-mod_vhostdb_pgsql on Fedora 36

To uninstall only the lighttpd-mod_vhostdb_pgsql package we can use the following command:

sudo dnf remove lighttpd-mod_vhostdb_pgsql

lighttpd-mod_vhostdb_pgsql Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/7e/5c7c75e0ef61099f440084075e632324d070e3
/usr/lib64/lighttpd
/usr/lib64/lighttpd/mod_vhostdb_pgsql.so

References

Summary

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