How To Install lighttpd-filesystem on AlmaLinux 8

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

Introduction

In this tutorial we learn how to install lighttpd-filesystem on AlmaLinux 8.

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 AlmaLinux 8. In this tutorial we discuss both methods but you only need to choose one of method to install lighttpd-filesystem.

Install lighttpd-filesystem on AlmaLinux 8 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 AlmaLinux 8 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 AlmaLinux 8

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

sudo dnf remove lighttpd-filesystem

References

Summary

In this tutorial we learn how to install lighttpd-filesystem on AlmaLinux 8 using yum and dnf.