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

Last updated: May 17,2024

1. Install "node-yauzl" package

This guide let you learn how to install node-yauzl on Kali Linux

$ sudo apt update $ sudo apt install node-yauzl

2. Uninstall "node-yauzl" package

Please follow the guidelines below to uninstall node-yauzl on Kali Linux:

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

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

Package: node-yauzl
Version: 2.10.0-4
Installed-Size: 67
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-buffer-crc32, node-fd-slicer, nodejs:any
Size: 23640
SHA256: fb0b49521c919ab3e3a8a8eb44496e21b64ec1189359a134aac1cd5413aa14e3
SHA1: 6ba6c6061c964f54a33b27ed86da1117a4c54788
MD5sum: 62ba27a69048459b165cd0afa6545470
Description: yet another unzip library - Node.js module
yauzl is a Node.js module which provides the ability to read from zip files.
It follows the spec by reading the central directory for file metadata instead
of scanning for local file headers which might be deleted. yauzl also keeps
memory usage low by not attempting to buffer entire files in RAM at once.
yauzl is designed to generate an error instead of crashing when encountering
corrupted or malicious zip files and has a robust test suite to ensure this.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Homepage: https://github.com/thejoshwolfe/yauzl
Section: javascript
Priority: optional
Filename: pool/main/n/node-yauzl/node-yauzl_2.10.0-4_all.deb