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

Last updated: October 07,2024

1. Install "perl-Jemplate.noarch" package

This is a short guide on how to install perl-Jemplate.noarch on Fedora 34

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

2. Uninstall "perl-Jemplate.noarch" package

Please follow the step by step instructions below to uninstall perl-Jemplate.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:52:37 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Jemplate
Version : 0.300
Release : 18.fc34
Architecture : noarch
Size : 84 k
Source : perl-Jemplate-0.300-18.fc34.src.rpm
Repository : fedora
Summary : JavaScript Templating with Template Toolkit
URL : https://metacpan.org/release/Jemplate
License : GPL+ or Artistic
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!