How To Install uwsgi-logger-redis on Fedora 36

In this tutorial we learn how to install uwsgi-logger-redis in Fedora 36. uwsgi-logger-redis is uWSGI - redislog logger plugin

Introduction

In this tutorial we learn how to install uwsgi-logger-redis on Fedora 36.

What is uwsgi-logger-redis

This package contains the redislog logger plugin for uWSGI

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

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

sudo dnf -y install uwsgi-logger-redis

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

sudo yum -y install uwsgi-logger-redis

How To Uninstall uwsgi-logger-redis on Fedora 36

To uninstall only the uwsgi-logger-redis package we can use the following command:

sudo dnf remove uwsgi-logger-redis

uwsgi-logger-redis Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/f9f5084786bc3d422b3da9d2998236a3036881
/usr/lib64/uwsgi/redislog_plugin.so

References

Summary

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