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

Last updated: January 15,2025

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

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

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

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

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

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

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

Last metadata expiration check: 4:30:34 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-CSS-Minifier
Version : 0.01
Release : 41.fc39
Architecture : noarch
Size : 15 k
Source : perl-CSS-Minifier-0.01-41.fc39.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.