Install node-browserify-lite
Installing node-browserify-lite package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install node-browserify-lite
node-browserify-lite package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | node-browserify-lite |
version | 0.3.0-1 |
description | bundle client-side JavaScript using Node.js-style module syntax |
subsection | web |
website | github.com / andrewrk / browserify-lite |
maintainer | Debian Javascript Maintainers |
Uninstall node-browserify-lite
To remove just node-browserify-lite package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove node-browserify-lite
Uninstall node-browserify-lite and it’s dependent packages
To remove the node-browserify-lite package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove node-browserify-lite
Purging node-browserify-lite
If you also want to delete configuration and/or data files of node-browserify-lite from Debian Sid then this will work:
sudo apt-get purge node-browserify-lite
To delete configuration and/or data files of node-browserify-lite and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove node-browserify-lite