How To Install perl-Kwiki on Fedora 36
Introduction
In this tutorial we learn how to install perl-Kwiki
on Fedora 36.
What is perl-Kwiki
A Wiki is a website that allows its users to add pages, and edit any existing pages. It is one of the most popular forms of web collaboration. If you are new to wiki, visit http which is possibly the oldest wiki, and has lots of information about how wikis work. Kwiki is a Perl wiki implementation based on the Spoon application architecture and using the Spiffy object orientation model. The major goals of Kwiki are that it be easy to install, maintain and extend. All the features of a Kwiki wiki come from plugin modules. The base installation comes with the bare minimum plugins to make a working Kwiki. To make a really nice Kwiki installation you need to install additional plugins. Which plugins you pick is entirely up to you. Another goal of Kwiki is that every installation will be unique. When there are hundreds of plugins available, this will hopefully be the case.
We can use yum
or dnf
to install perl-Kwiki
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Kwiki.
Install perl-Kwiki 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
using dnf
by running the following command:
sudo dnf -y install perl-Kwiki
Install perl-Kwiki 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
using yum
by running the following command:
sudo yum -y install perl-Kwiki
How To Uninstall perl-Kwiki on Fedora 36
To uninstall only the perl-Kwiki
package we can use the following command:
sudo dnf remove perl-Kwiki
perl-Kwiki Package Contents on Fedora 36
/usr/bin/kwiki
/usr/share/doc/perl-Kwiki
/usr/share/doc/perl-Kwiki/Changes
/usr/share/doc/perl-Kwiki/README
/usr/share/man/man1/kwiki.1.gz
/usr/share/man/man3/Kwiki.3pm.gz
/usr/share/man/man3/Kwiki::Archive.3pm.gz
/usr/share/man/man3/Kwiki::Base.3pm.gz
/usr/share/man/man3/Kwiki::CGI.3pm.gz
/usr/share/man/man3/Kwiki::CSS.3pm.gz
/usr/share/man/man3/Kwiki::Command.3pm.gz
/usr/share/man/man3/Kwiki::Config.3pm.gz
/usr/share/man/man3/Kwiki::ContentObject.3pm.gz
/usr/share/man/man3/Kwiki::Cookie.3pm.gz
/usr/share/man/man3/Kwiki::Display.3pm.gz
/usr/share/man/man3/Kwiki::Edit.3pm.gz
/usr/share/man/man3/Kwiki::Files.3pm.gz
/usr/share/man/man3/Kwiki::Formatter.3pm.gz
/usr/share/man/man3/Kwiki::Hub.3pm.gz
/usr/share/man/man3/Kwiki::Icons.3pm.gz
/usr/share/man/man3/Kwiki::Installer.3pm.gz
/usr/share/man/man3/Kwiki::Javascript.3pm.gz
/usr/share/man/man3/Kwiki::Pages.3pm.gz
/usr/share/man/man3/Kwiki::Plugin.3pm.gz
/usr/share/man/man3/Kwiki::Preferences.3pm.gz
/usr/share/man/man3/Kwiki::Registry.3pm.gz
/usr/share/man/man3/Kwiki::Status.3pm.gz
/usr/share/man/man3/Kwiki::Template.3pm.gz
/usr/share/man/man3/Kwiki::Template::TT2.3pm.gz
/usr/share/man/man3/Kwiki::Theme.3pm.gz
/usr/share/man/man3/Kwiki::Theme::Basic.3pm.gz
/usr/share/man/man3/Kwiki::Toolbar.3pm.gz
/usr/share/man/man3/Kwiki::Users.3pm.gz
/usr/share/man/man3/Kwiki::WebFile.3pm.gz
/usr/share/man/man3/Kwiki::Widgets.3pm.gz
/usr/share/perl5/vendor_perl/Kwiki
/usr/share/perl5/vendor_perl/Kwiki.pm
/usr/share/perl5/vendor_perl/Kwiki/Archive.pm
/usr/share/perl5/vendor_perl/Kwiki/Base.pm
/usr/share/perl5/vendor_perl/Kwiki/BrowserDetect.pm
/usr/share/perl5/vendor_perl/Kwiki/CGI.pm
/usr/share/perl5/vendor_perl/Kwiki/CSS.pm
/usr/share/perl5/vendor_perl/Kwiki/Command.pm
/usr/share/perl5/vendor_perl/Kwiki/Config.pm
/usr/share/perl5/vendor_perl/Kwiki/ContentObject.pm
/usr/share/perl5/vendor_perl/Kwiki/Cookie.pm
/usr/share/perl5/vendor_perl/Kwiki/Display.pm
/usr/share/perl5/vendor_perl/Kwiki/Edit.pm
/usr/share/perl5/vendor_perl/Kwiki/Files.pm
/usr/share/perl5/vendor_perl/Kwiki/Formatter.pm
/usr/share/perl5/vendor_perl/Kwiki/Hub.pm
/usr/share/perl5/vendor_perl/Kwiki/Icons.pm
/usr/share/perl5/vendor_perl/Kwiki/Installer.pm
/usr/share/perl5/vendor_perl/Kwiki/Javascript.pm
/usr/share/perl5/vendor_perl/Kwiki/Pages.pm
/usr/share/perl5/vendor_perl/Kwiki/Pane.pm
/usr/share/perl5/vendor_perl/Kwiki/Plugin.pm
/usr/share/perl5/vendor_perl/Kwiki/Preferences.pm
/usr/share/perl5/vendor_perl/Kwiki/Registry.pm
/usr/share/perl5/vendor_perl/Kwiki/Status.pm
/usr/share/perl5/vendor_perl/Kwiki/Template
/usr/share/perl5/vendor_perl/Kwiki/Template.pm
/usr/share/perl5/vendor_perl/Kwiki/Template/TT2.pm
/usr/share/perl5/vendor_perl/Kwiki/Theme
/usr/share/perl5/vendor_perl/Kwiki/Theme.pm
/usr/share/perl5/vendor_perl/Kwiki/Theme/Basic.pm
/usr/share/perl5/vendor_perl/Kwiki/Toolbar.pm
/usr/share/perl5/vendor_perl/Kwiki/Users.pm
/usr/share/perl5/vendor_perl/Kwiki/WebFile.pm
/usr/share/perl5/vendor_perl/Kwiki/Widgets.pm
References
Summary
In this tutorial we learn how to install perl-Kwiki
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).