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

Last updated: May 21,2024

1. Install "node-browserify-lite" package

This tutorial shows how to install node-browserify-lite on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-browserify-lite

2. Uninstall "node-browserify-lite" package

Learn how to uninstall node-browserify-lite on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove node-browserify-lite $ sudo apt autoclean && sudo apt autoremove

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

Package: node-browserify-lite
Priority: extra
Section: universe/web
Installed-Size: 71
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 0.3.0-1
Depends: nodejs, node-pend (>= 1.1.3)
Filename: pool/universe/n/node-browserify-lite/node-browserify-lite_0.3.0-1_all.deb
Size: 6344
MD5sum: 9b88312e119081721f70b1acdee6b2d1
SHA1: 2cbf7f9ba42f1ab5d4f740b19466868e5c6d679b
SHA256: 1599042e14effa4661be2839c30adba71eb3bc90927f8cfa6d1b6b649374823f
Description-en: bundle client-side JavaScript using Node.js-style module syntax
browserify-lite scans a JavaScript file for require() statements and then
resolves the dependency, recursively scanning dependencies for require()
statements, resulting in a JavaScript bundle that can be sent to the browser.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5: be3fe2deeb71b6c997cd045ebda877dc
Homepage: https://github.com/andrewrk/browserify-lite
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu