How To Install perl-Kwiki-Search on Fedora 36

In this tutorial we learn how to install perl-Kwiki-Search in Fedora 36. perl-Kwiki-Search is Kwiki Search Plugin

Introduction

In this tutorial we learn how to install perl-Kwiki-Search on Fedora 36.

Kwiki Search Plugin.

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

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

sudo dnf -y install perl-Kwiki-Search

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

sudo yum -y install perl-Kwiki-Search

How To Uninstall perl-Kwiki-Search on Fedora 36

To uninstall only the perl-Kwiki-Search package we can use the following command:

sudo dnf remove perl-Kwiki-Search

perl-Kwiki-Search Package Contents on Fedora 36

/usr/share/doc/perl-Kwiki-Search
/usr/share/doc/perl-Kwiki-Search/Changes
/usr/share/doc/perl-Kwiki-Search/README
/usr/share/man/man3/Kwiki::Search.3pm.gz
/usr/share/perl5/vendor_perl/Kwiki
/usr/share/perl5/vendor_perl/Kwiki/Search.pm

References

Summary

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