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

Last updated: May 17,2024

1. Install "node-should" package

This guide let you learn how to install node-should on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-should

2. Uninstall "node-should" package

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

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

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

Package: node-should
Priority: extra
Section: universe/web
Installed-Size: 106
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Source: should.js
Version: 4.0.4+dfsg-1
Depends: nodejs
Filename: pool/universe/s/should.js/node-should_4.0.4+dfsg-1_all.deb
Size: 20828
MD5sum: 95cc53b82ca18471af1df85012d90239
SHA1: 26e0b963c152b759923486557646971eaa008176
SHA256: 88d084caa7e28fe3b29a01692b98d66bd2e862ebd6420f1f5079606afb358f54
Description-en: behavior driven test assertions library - Node.js module
Should is an expressive, readable, test framework agnostic, assertion library.
It helps keeping test code clean and error messages helpful.
.
It extends Object.prototype with a single non-enumerable getter that
allows one to express how the object should behave.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5: 7173345079fe95af33b66b21199103db
Homepage: https://github.com/shouldjs/should.js
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu