How to Install and Uninstall node-dirty Package on Kali Linux

Last updated: May 19,2024

1. Install "node-dirty" package

Here is a brief guide to show you how to install node-dirty on Kali Linux

$ sudo apt update $ sudo apt install node-dirty

2. Uninstall "node-dirty" package

This guide let you learn how to uninstall node-dirty on Kali Linux:

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

3. Information about the node-dirty package on Kali Linux

Package: node-dirty
Source: dirty.js
Version: 1.1.3-1
Installed-Size: 28
Maintainer: Debian Javascript Maintainers
Architecture: all
Size: 6672
SHA256: 91ab6236b3708bcf861842f166f9795a19ef473eaa7f5c28a9ba9a588d35fe56
SHA1: 52753977cf83018efad00ffd7380ed0f74d0c396
MD5sum: 48258b012a535185d48cabce5dd03c60
Description: 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:
Homepage: https://github.com/felixge/node-dirty
Section: javascript
Priority: optional
Filename: pool/main/d/dirty.js/node-dirty_1.1.3-1_all.deb