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

Last updated: May 12,2024

1. Install "node-istextorbinary" package

This is a short guide on how to install node-istextorbinary on Kali Linux

$ sudo apt update $ sudo apt install node-istextorbinary

2. Uninstall "node-istextorbinary" package

Please follow the guidance below to uninstall node-istextorbinary on Kali Linux:

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

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

Package: node-istextorbinary
Version: 6.0.0+~cs9.33.0-3
Installed-Size: 101
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-binaryextensions (= 4.18.0), node-textextensions (= 5.15.0)
Size: 16996
SHA256: 94cc07ada410408bbe76b13ac0aaaf5ffb44aaba8b15f2fa9f39a1ae720a2f70
SHA1: add376ac93f5bcc62969b6f67f4295dec998cf71
MD5sum: a2a491a15d17f5d3ac567747dd47589f
Description: Determine if a filename and/or buffer is text or binary
This library provides smarter detection than the other solutions.
.
Determination works like so:
1. Extension Check: If filename is available, check if any of its extensions
(from right to left) are an text extension or a binary extension, this is
near instant.
2. Contents Check: If no filename was provided, or the extension check was
indeterminate, then check the contents of the buffer.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Homepage: https://github.com/bevry/istextorbinary
Section: javascript
Priority: optional
Filename: pool/main/n/node-istextorbinary/node-istextorbinary_6.0.0+~cs9.33.0-3_all.deb