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

Last updated: May 14,2024

1. Install "node-detect-file" package

Please follow the steps below to install node-detect-file on Kali Linux

$ sudo apt update $ sudo apt install node-detect-file

2. Uninstall "node-detect-file" package

This tutorial shows how to uninstall node-detect-file on Kali Linux:

$ sudo apt remove node-detect-file $ sudo apt autoclean && sudo apt autoremove

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

Package: node-detect-file
Version: 1.0.0-3
Installed-Size: 20
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-fs-exists-sync, nodejs
Size: 5416
SHA256: 73a3a6ca9bd202c86ec74e81d22a9d87579be5da8035c1dc79dbc507c4d11e34
SHA1: 1123965a5e45632aa5ccbb8218515fa4ef5bff54
MD5sum: bfcdc1c32e0cb2753d70dfc316229a3a
Description: Detect if a filepath exists and resolves the full filepath
Node.js module to detect if a file exists and return the resolved filepath.
.
Uses a breadth-first search, when necessary, to resolve the file path using
the correct casing, and verify that the file actually exists.
Returns consistent results regardless of case sensitivity of the file path
and/or operating system.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Homepage: https://github.com/doowb/detect-file
Section: javascript
Priority: optional
Filename: pool/main/n/node-detect-file/node-detect-file_1.0.0-3_all.deb