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

Last updated: April 28,2024

1. Install "node-rai" package

This guide let you learn how to install node-rai on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-rai

2. Uninstall "node-rai" package

In this section, we are going to explain the necessary steps to uninstall node-rai on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: node-rai
Priority: extra
Section: universe/web
Installed-Size: 39
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 0.1.12-1
Depends: nodejs
Filename: pool/universe/n/node-rai/node-rai_0.1.12-1_all.deb
Size: 10334
MD5sum: d7de6d17e901f528990fee64cc7651ce
SHA1: d167f6cd29adeb12f6f071851795fceb06ef3425
SHA256: 23f4a0ccaec51ef394def8ed7dcc1d9b90186ed1c500f7bff35ccd27618c52f0
Description-en: 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: 7dd5aaf576ce1e65defa4cef04d27841
Homepage: https://github.com/andris9/rai
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu