How To Install perl-Kwiki-Attachments on Fedora 36

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

Introduction

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

What is perl-Kwiki-Attachments

This module gives a Kwiki wiki the ability to upload, store and manage file attachments on any page. Thumbnails will be created for supported file types if Imager or Image the module POD.

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

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

sudo dnf -y install perl-Kwiki-Attachments

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

sudo yum -y install perl-Kwiki-Attachments

How To Uninstall perl-Kwiki-Attachments on Fedora 36

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

sudo dnf remove perl-Kwiki-Attachments

perl-Kwiki-Attachments Package Contents on Fedora 36

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

References

Summary

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