How To Install uwsgi-plugin-mongrel2 on Fedora 36

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

Introduction

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

What is uwsgi-plugin-mongrel2

This package contains the mongrel2 plugin for uWSGI

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

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

sudo dnf -y install uwsgi-plugin-mongrel2

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

sudo yum -y install uwsgi-plugin-mongrel2

How To Uninstall uwsgi-plugin-mongrel2 on Fedora 36

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

sudo dnf remove uwsgi-plugin-mongrel2

uwsgi-plugin-mongrel2 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/24
/usr/lib/.build-id/24/5504410415b841defb0975b2fa3a47a0bd9a1e
/usr/lib64/uwsgi/mongrel2_plugin.so

References

Summary

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