How to Install and Uninstall node-less Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "node-less" package

Here is a brief guide to show you how to install node-less on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-less

2. Uninstall "node-less" package

Please follow the guidance below to uninstall node-less on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove node-less $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-less package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: node-less
Priority: optional
Section: universe/web
Installed-Size: 365
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Source: less.js
Version: 1.6.3~dfsg-2
Depends: nodejs (>= 0.6.19~dfsg1-3~)
Recommends: node-source-map
Filename: pool/universe/l/less.js/node-less_1.6.3~dfsg-2_all.deb
Size: 71162
MD5sum: f76e1a8d8091fe3d8f9ed25b4e660540
SHA1: a5f376629020561d0b8e43a697d36e5228de71cd
SHA256: 79a783102c22dea4bc9579643181b866855b276ac20e30080c102eb0c14d5fd2
Description-en: LESS CSS meta-language - compiler and Node module
Node is an event-based server-side JavaScript engine.
.
LESS is a meta-language on top of CSS that’s used to describe the style
of a document cleanly and structurally, with more power than flat CSS
allows. LESS both provides a simpler, more elegant syntax for CSS and
implements various features that are useful for creating manageable
stylesheets.
.
less.js is the reference implementation of LESS, written in JavaScript.
.
This package contains less.js usable as Node module, and the script
lessc for statically compiling LESS data into CSS.
Description-md5: 1a1c959a4cd858912489af268bcfaf2e
Homepage: http://lesscss.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu