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

Last updated: May 19,2024

1. Install "node-fd-slicer" package

In this section, we are going to explain the necessary steps to install node-fd-slicer on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "node-fd-slicer" package

This guide let you learn how to uninstall node-fd-slicer on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: node-fd-slicer
Priority: extra
Section: universe/web
Installed-Size: 45
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 0.3.2-1
Depends: nodejs, node-pend (>= 1.1.3)
Filename: pool/universe/n/node-fd-slicer/node-fd-slicer_0.3.2-1_all.deb
Size: 5878
MD5sum: 3026ea3363d01e653109456246f15439
SHA1: d26601868bd0e69b432b92169f939779462e7355
SHA256: ac4c6665717dcfb6a3c599607d0bea1c8a727025b461221ac5d7de32408d250b
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
Homepage: https://github.com/andrewrk/node-fd-slicer
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu