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

Last updated: October 10,2024

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

This is a short guide on how to install perl-CSS-Minifier.noarch on Fedora 35

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

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

Please follow the guidelines below to uninstall perl-CSS-Minifier.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:15:05 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-CSS-Minifier
Version : 0.01
Release : 36.fc35
Architecture : noarch
Size : 15 k
Source : perl-CSS-Minifier-0.01-36.fc35.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.