How to Install and Uninstall perl-Jemplate.noarch Package on Fedora 39

Last updated: March 01,2025

1. Install "perl-Jemplate.noarch" package

This tutorial shows how to install perl-Jemplate.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-Jemplate.noarch

2. Uninstall "perl-Jemplate.noarch" package

This guide let you learn how to uninstall perl-Jemplate.noarch on Fedora 39:

$ sudo dnf remove perl-Jemplate.noarch $ sudo dnf autoremove

3. Information about the perl-Jemplate.noarch package on Fedora 39

Last metadata expiration check: 2:20:03 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Jemplate
Version : 0.300
Release : 25.fc39
Architecture : noarch
Size : 90 k
Source : perl-Jemplate-0.300-25.fc39.src.rpm
Repository : fedora
Summary : JavaScript Templating with Template Toolkit
URL : https://metacpan.org/release/Jemplate
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : Jemplate is a templating framework for JavaScript that is built over
: Perl's Template Toolkit (TT2). Jemplate parses TT2 templates using the
: TT2 Perl framework, but with a twist. Instead of compiling the templates
: into Perl code, it compiles them into JavaScript. Jemplate then provides
: a JavaScript run-time module for processing the template code. Presto, we
: have full featured JavaScript templating language!