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

Last updated: October 05,2024

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

Here is a brief guide to show you how to install perl-CSS-Minifier.noarch on Fedora 34

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

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

Learn how to uninstall perl-CSS-Minifier.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:09:26 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-CSS-Minifier
Version : 0.01
Release : 34.fc34
Architecture : noarch
Size : 15 k
Source : perl-CSS-Minifier-0.01-34.fc34.src.rpm
Repository : fedora
Summary : Remove unnecessary whitespace from CSS files
URL : https://metacpan.org/release/CSS-Minifier
License : GPL+ or Artistic
Description : This module removes unnecessary whitespace from CSS. The primary
: requirement developing this module is to not break working stylesheets:
: if working CSS is in input then working CSS is output. The Mac/Internet
: Explorer comment hack will be minimized but not stripped and so will
: continue to function.This module understands space, horizontal tab, new
: line, carriage return, and form feed characters to be whitespace. Any
: other characters that may be considered whitespace are not minimized.
: These other characters include paragraph separator and vertical tab.For
: static CSS files, it is recommended that you minify during the build
: stage of web deployment. If you minify on-the-fly then it might be a
: good idea to cache the minified file. Minifying static files on-the-fly
: repeatedly is wasteful.