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

Last updated: May 21,2024

1. Install "node-yazl" package

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

$ sudo apt update $ sudo apt install node-yazl

2. Uninstall "node-yazl" package

Learn how to uninstall node-yazl on Kali Linux:

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

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

Package: node-yazl
Version: 2.5.1-3
Installed-Size: 53
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-buffer-crc32
Size: 17008
SHA256: 2a454f49c2d915b121d00c4c33d2dfc7cff52d7f82b261617e51b932100d2e2e
SHA1: 88ff0d04aa2fb8d97e60861de5f3162f71d685b3
MD5sum: e36ffcb57d01b10b05012954db1162bc
Description: yet another zip library - Node.js module
yazl is a Node.js module which provides the ability to generate zip files.
It uses async APIs to avoid blocking the JavaScript thread, avoids buffering
entire files in RAM, and opens input files one at a time to avoid EMFILE
errors. yazl supports adding files, buffers, and streams. The output is a
stream. If all the files in the zip file are uncompressed, the final size is
known before the stream starts.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/thejoshwolfe/yazl
Section: javascript
Priority: optional
Filename: pool/main/n/node-yazl/node-yazl_2.5.1-3_all.deb