How to Install and Uninstall perl-Template-Plugin-JavaScript.noarch Package on Fedora 38
Last updated: March 02,2025
1. Install "perl-Template-Plugin-JavaScript.noarch" package
This is a short guide on how to install perl-Template-Plugin-JavaScript.noarch on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
perl-Template-Plugin-JavaScript.noarch
Copied
2. Uninstall "perl-Template-Plugin-JavaScript.noarch" package
Learn how to uninstall perl-Template-Plugin-JavaScript.noarch on Fedora 38:
$
sudo dnf remove
perl-Template-Plugin-JavaScript.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Template-Plugin-JavaScript.noarch package on Fedora 38
Last metadata expiration check: 0:31:17 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Template-Plugin-JavaScript
Version : 0.02
Release : 33.fc38
Architecture : noarch
Size : 11 k
Source : perl-Template-Plugin-JavaScript-0.02-33.fc38.src.rpm
Repository : fedora
Summary : Encodes text to be safe in JavaScript
URL : https://metacpan.org/release/Template-Plugin-JavaScript
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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");
Available Packages
Name : perl-Template-Plugin-JavaScript
Version : 0.02
Release : 33.fc38
Architecture : noarch
Size : 11 k
Source : perl-Template-Plugin-JavaScript-0.02-33.fc38.src.rpm
Repository : fedora
Summary : Encodes text to be safe in JavaScript
URL : https://metacpan.org/release/Template-Plugin-JavaScript
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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");