How To Install lighttpd-mod_magnet on Fedora 36

In this tutorial we learn how to install lighttpd-mod_magnet in Fedora 36. lighttpd-mod_magnet is Lua module for lighttpd

Introduction

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

What is lighttpd-mod_magnet

Lua module for lighttpd.

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

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

sudo dnf -y install lighttpd-mod_magnet

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

sudo yum -y install lighttpd-mod_magnet

How To Uninstall lighttpd-mod_magnet on Fedora 36

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

sudo dnf remove lighttpd-mod_magnet

lighttpd-mod_magnet Package Contents on Fedora 36

/etc/lighttpd/conf.d/magnet.conf
/usr/lib/.build-id
/usr/lib/.build-id/de/a1ed67bb5693179172b5d73198de5162aeeb08
/usr/lib64/lighttpd
/usr/lib64/lighttpd/mod_magnet.so
/usr/share/doc/lighttpd-mod_magnet
/usr/share/doc/lighttpd-mod_magnet/magnet.txt

References

Summary

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