How to Install and Uninstall perl-Template-Plugin-JavaScript.noarch Package on Fedora 36

Last updated: April 19,2024

1. Install "perl-Template-Plugin-JavaScript.noarch" package

Please follow the step by step instructions below to install perl-Template-Plugin-JavaScript.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Template-Plugin-JavaScript.noarch

2. Uninstall "perl-Template-Plugin-JavaScript.noarch" package

Please follow the instructions below to uninstall perl-Template-Plugin-JavaScript.noarch on Fedora 36:

$ sudo dnf remove perl-Template-Plugin-JavaScript.noarch $ sudo dnf autoremove

3. Information about the perl-Template-Plugin-JavaScript.noarch package on Fedora 36

Last metadata expiration check: 3:55:48 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Template-Plugin-JavaScript
Version : 0.02
Release : 30.fc36
Architecture : noarch
Size : 12 k
Source : perl-Template-Plugin-JavaScript-0.02-30.fc36.src.rpm
Repository : fedora
Summary : Encodes text to be safe in JavaScript
URL : https://metacpan.org/release/Template-Plugin-JavaScript
License : GPL+ or Artistic
Description : Template::Plugin::JavaScript is a TT filter that filters text so it can
: be safely used in JavaScript quotes. e.g:
:
: [% USE JavaScript %]
: document.write("[% FILTER js %] Here's some text going on. [% END %]");
:
: will become:
:
: document.write("\nHere\'s some text going on.\n");