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

Last updated: October 12,2024

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

This guide let you learn how to install perl-CSS-Minifier.noarch on Fedora 36

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

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

This is a short guide on how to uninstall perl-CSS-Minifier.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:24:51 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-CSS-Minifier
Version : 0.01
Release : 37.fc36
Architecture : noarch
Size : 15 k
Source : perl-CSS-Minifier-0.01-37.fc36.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.