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

Last updated: May 22,2024

1. Install "node-jsonfile" package

Please follow the guidelines below to install node-jsonfile on Kali Linux

$ sudo apt update $ sudo apt install node-jsonfile

2. Uninstall "node-jsonfile" package

Learn how to uninstall node-jsonfile on Kali Linux:

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

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

Package: node-jsonfile
Version: 6.1.0-4
Installed-Size: 20
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: nodejs:any, node-graceful-fs, node-universalify
Size: 8496
SHA256: 12d44e859c060cb0aac7418614bcbdd6363a5611f8d30a1da7dc9016e8f62bd4
SHA1: 4c2c5ade41ca5cd927d3622f407b8aac1a7de229
MD5sum: 8c363ff237ec77b6301d5b80e5f40892
Description: Easily read/write JSON files in Node.js
jsonfile is a Node.js module to easily read/write JSON files in JavaScript.
.
The module provides readFile() and writeFile() methods that combine
JSON.parse() with fs.readFile() and JSON.parse() with fs.readFile().
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/jprichardson/node-jsonfile
Section: javascript
Priority: optional
Filename: pool/main/n/node-jsonfile/node-jsonfile_6.1.0-4_all.deb