How to Install and Uninstall node-yazl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "node-yazl" package

This guide let you learn how to install node-yazl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-yazl

2. Uninstall "node-yazl" package

This guide covers the steps necessary to uninstall node-yazl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the node-yazl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: node-yazl
Priority: extra
Section: universe/web
Installed-Size: 58
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 2.0.2-1
Depends: nodejs, node-buffer-crc32 (>= 0.2.1)
Filename: pool/universe/n/node-yazl/node-yazl_2.0.2-1_all.deb
Size: 9854
MD5sum: 589996beff13560fc3b15a3dfaede68f
SHA1: ea30e770b34cfc40b24e7a834d03f45042d2c7fb
SHA256: 1f7eda69ef2c6c585880d193cd620fd4e8b6005c5ed48b36c1dda2039637e477
Description-en: 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: c141d33ff7d430106e460d9275c280d5
Homepage: https://github.com/thejoshwolfe/yazl
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu