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

Last updated: May 17,2024

1. Install "node-defined" package

This is a short guide on how to install node-defined on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-defined

2. Uninstall "node-defined" package

This guide let you learn how to uninstall node-defined on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: node-defined
Priority: optional
Section: universe/web
Installed-Size: 19
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 1.0.0-1
Depends: nodejs
Filename: pool/universe/n/node-defined/node-defined_1.0.0-1_all.deb
Size: 3340
MD5sum: b9ab4ee0c3f8fdb5b3ede49de0291ff7
SHA1: 736c114c190e49c1881b680faefe5b065688c2a0
SHA256: b4de3da749fd8561bd6114aa4d40d573584ec1923b020f71d020a75494e633ac
Description-en: return the first argument that is `!== undefined`
Most of the time when you chain together ||s, you actually just want the
first item that is not undefined, not the first non-falsy item.
.
This module is like the defined-or (//) operator in perl 5.10+.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5: b4200f8f2e989c1354c3c1cb3677e663
Homepage: https://github.com/substack/defined
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu