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

Last updated: May 19,2024

1. Install "node-vows" package

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

$ sudo apt update $ sudo apt install node-vows

2. Uninstall "node-vows" package

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

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

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

Package: node-vows
Priority: optional
Section: universe/web
Installed-Size: 199
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Source: vows
Version: 0.8.1-2
Depends: nodejs, node-eyes, node-diff, node-glob
Recommends: coffeescript
Filename: pool/universe/v/vows/node-vows_0.8.1-2_all.deb
Size: 37484
MD5sum: 1d8e7ff3984b0e5987a4f2b470a5d3c5
SHA1: f5f64fff4da24ebd8caa75cbf5e9f68c73df9ad5
SHA256: b96189194222674a956c06cc98b65dc7ddc31871a1bb58dfb27982829a6fde61
Description-en: asynchronous BDD & continuous integration for Node
Node is an event-based server-side JavaScript engine.
.
Vows is a behavior driven development (BDD) framework for Node.
.
Vows was built from the ground up to test asynchronous code. It
executes your tests in parallel when it makes sense, and sequentially
when there are dependencies.
.
Emphasis was put on speed of execution, clarity and user experience.
.
This package contains the vows library for Node, and the script vows
for running tests from the commandline.
Description-md5: d8dbaad9646ff8fc7a1edfd588ff27b9
Homepage: http://vowsjs.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu