How To Install uwsgi-plugin-lua on Fedora 36

In this tutorial we learn how to install uwsgi-plugin-lua in Fedora 36. uwsgi-plugin-lua is uWSGI - Plugin for LUA support

Introduction

In this tutorial we learn how to install uwsgi-plugin-lua on Fedora 36.

What is uwsgi-plugin-lua

This package contains the lua plugin for uWSGI

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

Install uwsgi-plugin-lua 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 uwsgi-plugin-lua using dnf by running the following command:

sudo dnf -y install uwsgi-plugin-lua

Install uwsgi-plugin-lua 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 uwsgi-plugin-lua using yum by running the following command:

sudo yum -y install uwsgi-plugin-lua

How To Uninstall uwsgi-plugin-lua on Fedora 36

To uninstall only the uwsgi-plugin-lua package we can use the following command:

sudo dnf remove uwsgi-plugin-lua

uwsgi-plugin-lua Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/1173dfb4a0900550c54d3e29a119c76b0cc3c6
/usr/lib64/uwsgi/lua_plugin.so

References

Summary

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