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

Last updated: October 08,2024

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

Please follow the guidelines below to install perl-JavaScript-Minifier.noarch on Fedora 35

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

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

This guide let you learn how to uninstall perl-JavaScript-Minifier.noarch on Fedora 35:

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

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

Last metadata expiration check: 3:19:48 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-JavaScript-Minifier
Version : 1.16
Release : 3.fc35
Architecture : noarch
Size : 18 k
Source : perl-JavaScript-Minifier-1.16-3.fc35.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.