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

Last updated: October 07,2024

1. Install "perl-JavaScript-Minifier.noarch" package

Learn how to install perl-JavaScript-Minifier.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-JavaScript-Minifier.noarch

2. Uninstall "perl-JavaScript-Minifier.noarch" package

Please follow the steps below to uninstall perl-JavaScript-Minifier.noarch on Fedora 36:

$ sudo dnf remove perl-JavaScript-Minifier.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 5:40:31 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-JavaScript-Minifier
Version : 1.16
Release : 4.fc36
Architecture : noarch
Size : 18 k
Source : perl-JavaScript-Minifier-1.16-4.fc36.src.rpm
Repository : fedora
Summary : Perl extension for minifying JavaScript code
URL : https://metacpan.org/release/JavaScript-Minifier
License : GPL+ or Artistic
Description : This module removes unnecessary white space from JavaScript code. The
: primary requirement developing this module is to not break working
: code: if working JavaScript is in input then working JavaScript is
: output. It is O.K. if the input has missing semi-colons, snips like '++
: +' or '12 .toString()', for example. Internet Explorer conditional
: comments are copied to the output but the code inside these comments
: will not be minified.