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

Last updated: October 07,2024

1. Install "perl-Jemplate.noarch" package

Here is a brief guide to show you how to install perl-Jemplate.noarch on Fedora 35

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

2. Uninstall "perl-Jemplate.noarch" package

Please follow the steps below to uninstall perl-Jemplate.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:34:36 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Jemplate
Version : 0.300
Release : 20.fc35
Architecture : noarch
Size : 84 k
Source : perl-Jemplate-0.300-20.fc35.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!