How to Install and Uninstall node-file-entry-cache Package on Kali Linux

Last updated: May 14,2024

1. Install "node-file-entry-cache" package

This is a short guide on how to install node-file-entry-cache on Kali Linux

$ sudo apt update $ sudo apt install node-file-entry-cache

2. Uninstall "node-file-entry-cache" package

Please follow the instructions below to uninstall node-file-entry-cache on Kali Linux:

$ sudo apt remove node-file-entry-cache $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-file-entry-cache package on Kali Linux

Package: node-file-entry-cache
Version: 6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1
Installed-Size: 49
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-flat-cache, nodejs
Size: 15348
SHA256: a19916fe29b17ac631e8aaab941d1013e64966377c9516343693a67843575866
SHA1: 28d241213e74c7319d5063621ceee75bf327dd35
MD5sum: d63f65b7edf78793ba1d04b914f21f2f
Description: Node.js library implementing a simple cache for file metadata
File-entry-cache is a super simple cache for file metadata,
useful for process that work on a given series of files
and that only need to repeat the job on the changed ones
since the previous run of the process.
.
The module grew from a need for a super simple and dumb in-memory cache
with optional disk persistence
for a script to beautify files with "esformatter"
only processing files that had changed since last run.
Such use case need "fileSize" and "modificationTime" of the files
tracked in a simple key/value storage.
Description-md5:
Homepage: https://github.com/royriojas/file-entry-cache
Section: javascript
Priority: optional
Filename: pool/main/n/node-file-entry-cache/node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1_all.deb