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

Last updated: April 20,2024

1. Install "node-contextify" package

Please follow the instructions below to install node-contextify on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-contextify

2. Uninstall "node-contextify" package

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

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

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

Package: node-contextify
Priority: extra
Section: universe/devel
Installed-Size: 71
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: amd64
Version: 0.1.6-1
Depends: libc6 (>= 2.2.5), libstdc++6 (>= 4.1.1), nodejs
Filename: pool/universe/n/node-contextify/node-contextify_0.1.6-1_amd64.deb
Size: 13852
MD5sum: 27ed3a2d9dfb39ed51b96e4cc1f363b2
SHA1: 777457bb2196e98a4c5712285b81a82ddbfe024a
SHA256: f0d99d22ef4d4351f8c5153ddb79d592e8d1c369b0bdcb57668b65bb6384cd9c
Description-en: turn an object into a persistent execution context
Contextify is a NodeJS module that lets you to turn an object into a
persistent V8 execution context.
.
A contextified object acts as the global 'this' when executing scripts
in its context. Contextify adds 3 methods to the contextified object:
- run(code, filename);
- getGlobal();
- dispose().
The main difference between Contextify and Node's vm methods is that
Contextify allows asynchronous functions to continue executing in the
Contextified object's context.
Description-md5: 9d8c21029f07eabda0d4755dd831f6ac
Homepage: https://github.com/brianmcd/contextify
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu