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

Last updated: May 17,2024

1. Install "node-boolbase" package

In this section, we are going to explain the necessary steps to install node-boolbase on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-boolbase

2. Uninstall "node-boolbase" package

Here is a brief guide to show you how to uninstall node-boolbase on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: node-boolbase
Priority: extra
Section: universe/web
Installed-Size: 15
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 1.0.0-1
Depends: nodejs
Filename: pool/universe/n/node-boolbase/node-boolbase_1.0.0-1_all.deb
Size: 2906
MD5sum: 0bada1ec65956778136f0cd2621f3148
SHA1: 4b5e25f08380455e0f88993b2481dfd9ab53ade4
SHA256: 434681f35f9ae898130350ab97ce0ef28d9c038e7055c464015d8a8e05f692d8
Description-en: two functions: One that returns true, one that returns false
This very simple module provides two basic functions, one that always
returns true (trueFunc) and one that always returns false (falseFunc).
.
By having only a single instance of these functions around, it's possible
to do some nice optimizations. Eg. CSSselect uses these functions to
determine whether a selector won't match any elements. If that's the case,
the DOM doesn't even have to be touched.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5: 8a9c7c2277872124bf199143674548c0
Homepage: https://github.com/fb55/boolbase
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu