How To Install gplugin-loader-python on Fedora 36

In this tutorial we learn how to install gplugin-loader-python in Fedora 36. gplugin-loader-python is Python loader for gplugin

Introduction

In this tutorial we learn how to install gplugin-loader-python on Fedora 36.

What is gplugin-loader-python

Python loader for gplugin.

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

Install gplugin-loader-python 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 gplugin-loader-python using dnf by running the following command:

sudo dnf -y install gplugin-loader-python

Install gplugin-loader-python 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 gplugin-loader-python using yum by running the following command:

sudo yum -y install gplugin-loader-python

How To Uninstall gplugin-loader-python on Fedora 36

To uninstall only the gplugin-loader-python package we can use the following command:

sudo dnf remove gplugin-loader-python

gplugin-loader-python Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/fc301d6399b573a89979d247c9adab28c129e4
/usr/lib64/gplugin/gplugin-python3.so

References

Summary

In this tutorial we learn how to install gplugin-loader-python on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).