How To Install znc-modperl on Fedora 36

In this tutorial we learn how to install znc-modperl in Fedora 36. znc-modperl is Perl module for ZNC

Introduction

In this tutorial we learn how to install znc-modperl on Fedora 36.

What is znc-modperl

Perl module for ZNC.

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

Install znc-modperl 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 znc-modperl using dnf by running the following command:

sudo dnf -y install znc-modperl

Install znc-modperl 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 znc-modperl using yum by running the following command:

sudo yum -y install znc-modperl

How To Uninstall znc-modperl on Fedora 36

To uninstall only the znc-modperl package we can use the following command:

sudo dnf remove znc-modperl

znc-modperl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/51/cb56739a0c9e893df348c4f7efb3ca2e8e3a0f
/usr/lib/.build-id/b4/abd3a102f4365a998c0fb4536029af28b13eaa
/usr/lib64/znc/modperl
/usr/lib64/znc/modperl.so
/usr/lib64/znc/modperl/ZNC.pm
/usr/lib64/znc/modperl/ZNC.so
/usr/lib64/znc/modperl/startup.pl
/usr/lib64/znc/perleval.pm

References

Summary

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