How to Install and Uninstall libcss-minifier-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: April 30,2024

1. Install "libcss-minifier-perl" package

This is a short guide on how to install libcss-minifier-perl on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libcss-minifier-perl

2. Uninstall "libcss-minifier-perl" package

In this section, we are going to explain the necessary steps to uninstall libcss-minifier-perl on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove libcss-minifier-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcss-minifier-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: libcss-minifier-perl
Architecture: all
Version: 0.01-2
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 26
Depends: perl
Filename: pool/universe/libc/libcss-minifier-perl/libcss-minifier-perl_0.01-2_all.deb
Size: 8136
MD5sum: 47d62a49ec35c6a88a096ca5944f9e0f
SHA1: 0f5fd657aa439ea41a6704630fc3552b02ca6469
SHA256: 46ce81d87ff8f122b013dc286fcd117fbb1583fbc6f68bbf7ea77e91c2b9e2b8
SHA512: bf67fae18c23c1fe6275197e5f5eb3bb343330ed0b4f2001ed24daa94b15b92b362bc22c1b2d2904f0eef38eae12cfc3f97b8e374111bbb55459e2bb2ffada41
Homepage: https://metacpan.org/release/CSS-Minifier
Description-en: Perl extension for minifying CSS
CSS::Minifier 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.
Description-md5: 57c18398e1004f2155e3c299316bfed7