How To Install lighttpd-filesystem on Fedora 36

In this tutorial we learn how to install lighttpd-filesystem in Fedora 36. lighttpd-filesystem is The basic directory layout for lighttpd

Introduction

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

What is lighttpd-filesystem

The lighttpd-filesystem package contains the basic directory layout for the lighttpd server including the correct permissions for the directories.

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

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

sudo dnf -y install lighttpd-filesystem

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

sudo yum -y install lighttpd-filesystem

How To Uninstall lighttpd-filesystem on Fedora 36

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

sudo dnf remove lighttpd-filesystem

lighttpd-filesystem Package Contents on Fedora 36

/etc/lighttpd
/etc/lighttpd/conf.d
/etc/lighttpd/vhosts.d
/var/lib/lighttpd
/var/log/lighttpd
/var/run/lighttpd
/var/www/lighttpd

References

Summary

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