How To Install perl-Kwiki-Raw on Fedora 36
Introduction
In this tutorial we learn how to install perl-Kwiki-Raw
on Fedora 36.
What is perl-Kwiki-Raw
Kwiki module that provides an action to retrieve the raw wikitext of a page.
We can use yum
or dnf
to install perl-Kwiki-Raw
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Kwiki-Raw.
Install perl-Kwiki-Raw 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-Raw
using dnf
by running the following command:
sudo dnf -y install perl-Kwiki-Raw
Install perl-Kwiki-Raw 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-Raw
using yum
by running the following command:
sudo yum -y install perl-Kwiki-Raw
How To Uninstall perl-Kwiki-Raw on Fedora 36
To uninstall only the perl-Kwiki-Raw
package we can use the following command:
sudo dnf remove perl-Kwiki-Raw
perl-Kwiki-Raw Package Contents on Fedora 36
/usr/share/doc/perl-Kwiki-Raw
/usr/share/doc/perl-Kwiki-Raw/Changes
/usr/share/doc/perl-Kwiki-Raw/README
/usr/share/man/man3/Kwiki::Raw.3pm.gz
/usr/share/perl5/vendor_perl/Kwiki
/usr/share/perl5/vendor_perl/Kwiki/Raw.pm
References
Summary
In this tutorial we learn how to install perl-Kwiki-Raw
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).