How to Install and Uninstall node-tty-browserify Package on Kali Linux

Last updated: May 12,2024

1. Install "node-tty-browserify" package

Here is a brief guide to show you how to install node-tty-browserify on Kali Linux

$ sudo apt update $ sudo apt install node-tty-browserify

2. Uninstall "node-tty-browserify" package

This is a short guide on how to uninstall node-tty-browserify on Kali Linux:

$ sudo apt remove node-tty-browserify $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-tty-browserify package on Kali Linux

Package: node-tty-browserify
Version: 0.0.1-3
Installed-Size: 14
Maintainer: Debian Javascript Maintainers
Architecture: all
Size: 3520
SHA256: fc2024a99c8bccf0367d7d6257fed4f4c8d37eee8beb0c59a73f10c9c435b3f9
SHA1: cc6759749c59354fced24d8cf24fc0c1942d1c6d
MD5sum: 1dce9f081f72b279242cc4b005157a9a
Description: tty library from node core for browsers
Provides a tiny stub implementation of the tty module that always returns
false to isatty and throws out not implemented errors if ReadStream
or WriteStream are called.
.
This library is a dependency for browserify. Browserify takes code targeted at
node.js and makes it run in the browser. Node.js comes with API of its own
that is not available in the browsers. Browserify exposes this code
to programs that are unaware they are running in a browser
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/substack/tty-browserify
Section: javascript
Priority: optional
Filename: pool/main/n/node-tty-browserify/node-tty-browserify_0.0.1-3_all.deb