How to Install and Uninstall node-fd-slicer Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "node-fd-slicer" package

Please follow the steps below to install node-fd-slicer on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install node-fd-slicer

2. Uninstall "node-fd-slicer" package

Please follow the guidelines below to uninstall node-fd-slicer on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove node-fd-slicer $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-fd-slicer package on Ubuntu 21.10 (Impish Indri)

Package: node-fd-slicer
Architecture: all
Version: 1.1.0-2
Priority: extra
Section: universe/web
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 25
Depends: nodejs, node-pend
Filename: pool/universe/n/node-fd-slicer/node-fd-slicer_1.1.0-2_all.deb
Size: 7528
MD5sum: 9512451edceb5b9c1e58f80b163dc786
SHA1: 82f84a48c0232942c53b4836ff2cd3f81d6d64f3
SHA256: 71633d0938d7d5063a5ceac441eb299fb8c87fa9cbe1b73bf85884b92cf53efd
SHA512: 582d6d4ac634cc5d229ce5fe2d602c29813c7f01965a89b7aae24e612270d1f334be7b85e281366af1c09418a55d66df4606da838a500f19d32370e07a08acfa
Homepage: https://github.com/andrewrk/node-fd-slicer
Description-en: create multiple ReadStreams or WriteStreams from the same fd - Node.js module
This module provides an API for creating multiple ReadStreams or WriteStreams
from the same file descriptor.
.
The official Node.js API docs say that it is unsafe to use fs.write multiple
times on the same file without waiting for the callback. This module solves
this problem.
.
fd-slicer also provides additional features that builtin fs.createWriteStream
is lacking, such as progress events and setting a maximum size to write.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5: cfb0cc82c6571c89d627116a688970c1