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

Last updated: May 17,2024

1. Install "node-databank" package

This tutorial shows how to install node-databank on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-databank

2. Uninstall "node-databank" package

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

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

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

Package: node-databank
Priority: extra
Section: universe/web
Installed-Size: 252
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 0.19.1-1
Depends: nodejs, node-step
Filename: pool/universe/n/node-databank/node-databank_0.19.1-1_all.deb
Size: 27946
MD5sum: 01bdf10650c862f3fdfcd97fc1047387
SHA1: 863d43ef7781ed88eff5eec54dd99255cd82d9b7
SHA256: 6367637c5ffc2fd813490489752ed9caf49150585d12029c354c7bf82a847d8b
Description-en: Node.js JSON storage abstraction layer
This package is an abstraction tool for document stores or key-value
stores in Node.js. Applications can use one interface for developing
persistence code, and then at deployment time you can decide what driver
to use.
.
There are three drivers included in this package: 'memory', 'partitioning',
and 'caching'.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5: 6efc21ede77e241b619a59a1c68e3bce
Homepage: http://github.com/e14n/databank
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu