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

Last updated: November 25,2024

1. Install "node-dirty" package

Learn how to install node-dirty on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-dirty

2. Uninstall "node-dirty" package

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

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

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

Package: node-dirty
Priority: optional
Section: universe/web
Installed-Size: 52
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Source: dirty.js
Version: 0.9.6-1
Depends: nodejs
Filename: pool/universe/d/dirty.js/node-dirty_0.9.6-1_all.deb
Size: 5428
MD5sum: 799346101b2881149866a62a527c32d6
SHA1: 057e600e4aa19d341a02f3b1c610a66ae677b812
SHA256: bdd306f55e5924ae37f5bb6eaad94ea5e771ca0edc8cbe1cf52a0ebd85b805ad
Description-en: tiny and fast key-value store for Node
Node is an event-based server-side JavaScript engine.
.
Dirty.js is a tiny & fast key value store with append-only disk log.
It is ideal for apps with less than 1 million records.
Its characteristics are:
- the file format is newline separated JSON;
- the database lives in the same process as the application, they
share memory;
- there is no query language, you just forEach through all records.
Description-md5: 592716f2e951446c3fe5fac4de3c0eee
Homepage: https://github.com/felixge/node-dirty
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu