How To Install uwsgi-plugin-rpc on Fedora 36

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

Introduction

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

What is uwsgi-plugin-rpc

This package contains the RPC plugin for uWSGI

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

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

sudo dnf -y install uwsgi-plugin-rpc

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

sudo yum -y install uwsgi-plugin-rpc

How To Uninstall uwsgi-plugin-rpc on Fedora 36

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

sudo dnf remove uwsgi-plugin-rpc

uwsgi-plugin-rpc Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/16
/usr/lib/.build-id/16/73169a7bf0ed29303cb93c2c7680784998d57e
/usr/lib64/uwsgi/rpc_plugin.so

References

Summary

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