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

Last updated: May 13,2024

1. Install "node-rbush" package

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

$ sudo apt update $ sudo apt install node-rbush

2. Uninstall "node-rbush" package

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

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

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

Package: node-rbush
Priority: extra
Section: universe/web
Installed-Size: 45
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: all
Version: 1.4.2-1
Depends: nodejs
Filename: pool/universe/n/node-rbush/node-rbush_1.4.2-1_all.deb
Size: 12990
MD5sum: f79a8aa91a40298d10e0c96d396c166d
SHA1: 327e89bef0e70829d7d4ba3d732227f6d8ad9811
SHA256: 9a43cf5eba89487e540e1265d4d8449d8d3e53b37bf33f9bdf8f716285ce98f9
Description-en: High-performance 2D spatial index for rectangles
RBush is a high-performance JavaScript library for 2D spatial indexing
of points and rectangles by Vladimir Agafonkin, based on an optimized
R-tree data structure with bulk insertion support.
.
Spatial index is a special data structure for points and rectangles that
allows you to perform queries like "all items within this bounding box"
very efficiently (e.g. hundreds of times faster than looping over all
items). It's most commonly used in maps and data visualizations.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5: 039a174ddd7021587114abbfec29fef5
Homepage: https://github.com/mourner/rbush
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu