How to Install node-clean-css software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install node-clean-css software package in Ubuntu 14.04 LTS (Trusty Tahr)

node-clean-css software package provides Node.js module for minifying CSS files, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install node-clean-css 

node-clean-css is installed in your system.

Make ensure the node-clean-css package were installed using the commands given below,

$ sudo dpkg-query -l | grep node-clean-css *

You will get with node-clean-css package name, version, architecture and description in a table

node-clean-css package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Web Software
Package node-clean-css
Version 1.0.12-1
Description Node.js module for minifying CSS files
Sub Section Web


See Also, How to uninstall or remove node-clean-css software package from Ubuntu 14.04 LTS (Trusty Tahr)?