How To Install perl-Text-WikiFormat on Fedora 36

In this tutorial we learn how to install perl-Text-WikiFormat in Fedora 36. perl-Text-WikiFormat is Translate Wiki formatted text into other formats

Introduction

In this tutorial we learn how to install perl-Text-WikiFormat on Fedora 36.

What is perl-Text-WikiFormat

The original Wiki web site had a very simple interface to edit and to add pages. Its formatting rules are simple and easy to use. They are also easy to translate into other, more complicated markup languages with this module. It creates HTML by default, but can produce valid POD, DocBook, XML, or any other format imaginable.

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

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

sudo dnf -y install perl-Text-WikiFormat

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

sudo yum -y install perl-Text-WikiFormat

How To Uninstall perl-Text-WikiFormat on Fedora 36

To uninstall only the perl-Text-WikiFormat package we can use the following command:

sudo dnf remove perl-Text-WikiFormat

perl-Text-WikiFormat Package Contents on Fedora 36

/usr/share/doc/perl-Text-WikiFormat
/usr/share/doc/perl-Text-WikiFormat/ARTISTIC
/usr/share/doc/perl-Text-WikiFormat/Changes
/usr/share/doc/perl-Text-WikiFormat/GPL
/usr/share/doc/perl-Text-WikiFormat/README
/usr/share/man/man3/Text::WikiFormat.3pm.gz
/usr/share/man/man3/Text::WikiFormat::Blocks.3pm.gz
/usr/share/perl5/vendor_perl/Text
/usr/share/perl5/vendor_perl/Text/WikiFormat
/usr/share/perl5/vendor_perl/Text/WikiFormat.pm
/usr/share/perl5/vendor_perl/Text/WikiFormat/Blocks.pm

References

Summary

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