How To Install perl-Template-Alloy on Fedora 36

In this tutorial we learn how to install perl-Template-Alloy in Fedora 36. perl-Template-Alloy is Templating tool supporting multiple markup formats

Introduction

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

What is perl-Template-Alloy

“An alloy is a homogeneous mixture of two or more elements” (http Template the major mini-language based template systems (support for non-mini-language based systems will happen eventually). With Template favorite template interface and syntax and get features from each of the other major template systems. And Template mod_perl, CGI, or running from the command line. There is even Template

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

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

sudo dnf -y install perl-Template-Alloy

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

sudo yum -y install perl-Template-Alloy

How To Uninstall perl-Template-Alloy on Fedora 36

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

sudo dnf remove perl-Template-Alloy

perl-Template-Alloy Package Contents on Fedora 36

/usr/share/doc/perl-Template-Alloy
/usr/share/doc/perl-Template-Alloy/Changes
/usr/share/doc/perl-Template-Alloy/README
/usr/share/doc/perl-Template-Alloy/samples
/usr/share/doc/perl-Template-Alloy/samples/benchmark
/usr/share/doc/perl-Template-Alloy/samples/benchmark/bench_method_calling.pl
/usr/share/doc/perl-Template-Alloy/samples/benchmark/bench_operator_storage.pl
/usr/share/doc/perl-Template-Alloy/samples/benchmark/bench_optree.pl
/usr/share/doc/perl-Template-Alloy/samples/benchmark/bench_template.pl
/usr/share/doc/perl-Template-Alloy/samples/benchmark/bench_template_tag_parser.pl
/usr/share/doc/perl-Template-Alloy/samples/benchmark/bench_various_templaters.pl
/usr/share/doc/perl-Template-Alloy/samples/dprof_template.d
/usr/share/doc/perl-Template-Alloy/samples/memory_template.pl
/usr/share/man/man3/Template::Alloy.3pm.gz
/usr/share/man/man3/Template::Alloy::Compile.3pm.gz
/usr/share/man/man3/Template::Alloy::Context.3pm.gz
/usr/share/man/man3/Template::Alloy::Exception.3pm.gz
/usr/share/man/man3/Template::Alloy::HTE.3pm.gz
/usr/share/man/man3/Template::Alloy::Iterator.3pm.gz
/usr/share/man/man3/Template::Alloy::Operator.3pm.gz
/usr/share/man/man3/Template::Alloy::Parse.3pm.gz
/usr/share/man/man3/Template::Alloy::Play.3pm.gz
/usr/share/man/man3/Template::Alloy::Stream.3pm.gz
/usr/share/man/man3/Template::Alloy::TT.3pm.gz
/usr/share/man/man3/Template::Alloy::Tmpl.3pm.gz
/usr/share/man/man3/Template::Alloy::VMethod.3pm.gz
/usr/share/man/man3/Template::Alloy::Velocity.3pm.gz
/usr/share/perl5/vendor_perl/Template
/usr/share/perl5/vendor_perl/Template/Alloy
/usr/share/perl5/vendor_perl/Template/Alloy.pm
/usr/share/perl5/vendor_perl/Template/Alloy.pod
/usr/share/perl5/vendor_perl/Template/Alloy/Compile.pm
/usr/share/perl5/vendor_perl/Template/Alloy/Context.pm
/usr/share/perl5/vendor_perl/Template/Alloy/Exception.pm
/usr/share/perl5/vendor_perl/Template/Alloy/HTE.pm
/usr/share/perl5/vendor_perl/Template/Alloy/Iterator.pm
/usr/share/perl5/vendor_perl/Template/Alloy/Operator.pm
/usr/share/perl5/vendor_perl/Template/Alloy/Parse.pm
/usr/share/perl5/vendor_perl/Template/Alloy/Play.pm
/usr/share/perl5/vendor_perl/Template/Alloy/Stream.pm
/usr/share/perl5/vendor_perl/Template/Alloy/TT.pm
/usr/share/perl5/vendor_perl/Template/Alloy/Tmpl.pm
/usr/share/perl5/vendor_perl/Template/Alloy/VMethod.pm
/usr/share/perl5/vendor_perl/Template/Alloy/Velocity.pm

References

Summary

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