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

Last updated: April 27,2024

1. Install "node-rai" package

Please follow the guidance below to install node-rai on Kali Linux

$ sudo apt update $ sudo apt install node-rai

2. Uninstall "node-rai" package

Please follow the steps below to uninstall node-rai on Kali Linux:

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

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

Package: node-rai
Version: 0.1.12-7
Installed-Size: 49
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: ssl-cert
Size: 15492
SHA256: f6a2c9348a4ae13bf8a8872e7b7963ac8159f94fd916ea2fdb8649fa2c743d28
SHA1: f8f240b1d7162bd66a0a2759fa061b8588fa86db
MD5sum: 14d40ff895ff8c7181e2a29ddcce977c
Description: Request-Answer-Interface for generating text based command servers (SMTP,POP)
rai is a node.js module to easily generate text based command line servers.
When a client sends something to the server, the first word of the line is
treated as a command and the rest of the line as binary payload.
.
In addition to line based commands, there's also a data mode, to transmit
everygting received. And there's also an option to switch to TLS mode for
secure connections.
.
This way it is trivial to create SMTP, POP3 or similar servers.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/andris9/rai
Section: javascript
Priority: optional
Filename: pool/main/n/node-rai/node-rai_0.1.12-7_all.deb