How To Install perl-Titanium on Fedora 36

In this tutorial we learn how to install perl-Titanium in Fedora 36. perl-Titanium is Strong, lightweight web application framework

Introduction

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

What is perl-Titanium

Titanium is a more user-friendly packaging of the mature CGI framework and some useful plugins, with the intention of creating a strong but lightweight web application framework. It runs well in a plain CGI environment and provides excellent performance in a persistent environment such as FastCGI or mod_perl.

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

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

sudo dnf -y install perl-Titanium

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

sudo yum -y install perl-Titanium

How To Uninstall perl-Titanium on Fedora 36

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

sudo dnf remove perl-Titanium

perl-Titanium Package Contents on Fedora 36

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

References

Summary

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