How To Install uwsgi-plugin-coroae on Fedora 36

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

Introduction

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

What is uwsgi-plugin-coroae

This package contains the coroae plugin for uWSGI

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

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

sudo dnf -y install uwsgi-plugin-coroae

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

sudo yum -y install uwsgi-plugin-coroae

How To Uninstall uwsgi-plugin-coroae on Fedora 36

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

sudo dnf remove uwsgi-plugin-coroae

uwsgi-plugin-coroae Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/07
/usr/lib/.build-id/07/29bf838e75361da1901d4c9eb519275f23f2c3
/usr/lib64/uwsgi/coroae_plugin.so

References

Summary

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