How to Install and Uninstall node-fs-extra Package on Kali Linux

Last updated: September 19,2024

1. Install "node-fs-extra" package

Please follow the steps below to install node-fs-extra on Kali Linux

$ sudo apt update $ sudo apt install node-fs-extra

2. Uninstall "node-fs-extra" package

Here is a brief guide to show you how to uninstall node-fs-extra on Kali Linux:

$ sudo apt remove node-fs-extra $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-fs-extra package on Kali Linux

Package: node-fs-extra
Version: 10.1.0+~9.0.13-1
Installed-Size: 140
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-types-fs-extra (= 9.0.13)
Depends: node-graceful-fs, node-jsonfile, node-klaw, node-universalify
Breaks: node-typescript-types (<< 20201105-1~)
Size: 39848
SHA256: 9985ae6b07158447528126f42fe4b40f2ccf16ed36d1450ba84e3fd23b20fe39
SHA1: e9cd5fa9bda02750bbcd35a30cd8d23083cef0e5
MD5sum: bd469e3e5866a657f967da6dc16dde98
Description: fs-extra contains methods not included in the Node.js fs module
The fs-extra Node.js module adds a few extra file system methods that aren't
included in the native fs module. It is a drop in replacement for fs.
.
The module implements common filesystem operations such as copy(), move(),
mkdirs(), remove(), and specific read/write operations like
readFile() & outputFile() and readJson() & outputJson().
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/jprichardson/node-fs-extra
Section: javascript
Priority: optional
Filename: pool/main/n/node-fs-extra/node-fs-extra_10.1.0+~9.0.13-1_all.deb