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

Last updated: October 06,2024

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

In this section, we are going to explain the necessary steps to install perl-JavaScript-Minifier.noarch on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 4:02:34 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-JavaScript-Minifier
Version : 1.16
Release : 1.fc34
Architecture : noarch
Size : 18 k
Source : perl-JavaScript-Minifier-1.16-1.fc34.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.