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
| 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 |