How To Install uwsgi-plugin-cheaper-busyness on Fedora 36

In this tutorial we learn how to install uwsgi-plugin-cheaper-busyness in Fedora 36. uwsgi-plugin-cheaper-busyness is uWSGI - Plugin for Cheaper Busyness algos

Introduction

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

What is uwsgi-plugin-cheaper-busyness

This package contains the cheaper_busyness plugin for uWSGI

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

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

sudo dnf -y install uwsgi-plugin-cheaper-busyness

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

sudo yum -y install uwsgi-plugin-cheaper-busyness

How To Uninstall uwsgi-plugin-cheaper-busyness on Fedora 36

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

sudo dnf remove uwsgi-plugin-cheaper-busyness

uwsgi-plugin-cheaper-busyness Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/17
/usr/lib/.build-id/17/38b0b4b8c22008dea81f0f9e4ad061bb3b1a19
/usr/lib64/uwsgi/cheaper_busyness_plugin.so

References

Summary

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