How to Install and Uninstall node-fd-slicer Package on Kali Linux

Last updated: May 17,2024

1. Install "node-fd-slicer" package

This guide covers the steps necessary to install node-fd-slicer on Kali Linux

$ 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 Kali Linux:

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

3. Information about the node-fd-slicer package on Kali Linux

Package: node-fd-slicer
Version: 1.1.0+repack1-3
Installed-Size: 25
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-pend
Size: 8200
SHA256: 7a02864226779d68a4915a7a3c549b7be82a642f0f10494254366e1c93a79eaa
SHA1: 76d620c90537303117c8fe803206dff5dffddf0f
MD5sum: 6077adc2c358048a3d5e8560217f803d
Description: 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:
Multi-Arch: foreign
Homepage: https://github.com/andrewrk/node-fd-slicer
Section: javascript
Priority: optional
Filename: pool/main/n/node-fd-slicer/node-fd-slicer_1.1.0+repack1-3_all.deb