How To Install gplugin-loader-perl on Fedora 36

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

Introduction

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

What is gplugin-loader-perl

Perl loader for gplugin.

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

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

sudo dnf -y install gplugin-loader-perl

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

sudo yum -y install gplugin-loader-perl

How To Uninstall gplugin-loader-perl on Fedora 36

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

sudo dnf remove gplugin-loader-perl

gplugin-loader-perl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/ea7016c0fe8c42f5ab0a5275e2eacf37446ce1
/usr/lib64/gplugin/gplugin-perl5.so

References

Summary

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