How to Install and Uninstall websocketd Package on Kali Linux

Last updated: November 22,2024

1. Install "websocketd" package

This guide let you learn how to install websocketd on Kali Linux

$ sudo apt update $ sudo apt install websocketd

2. Uninstall "websocketd" package

Please follow the steps below to uninstall websocketd on Kali Linux:

$ sudo apt remove websocketd $ sudo apt autoclean && sudo apt autoremove

3. Information about the websocketd package on Kali Linux

Package: websocketd
Source: websocketd (0.4.1-1)
Version: 0.4.1-1+b14
Installed-Size: 5632
Maintainer: Josue Ortega
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 1949024
SHA256: c40f1876e208a3babc92a9ee98ddaefc71905cf030193eb584d224814db5a699
SHA1: 9792ee30a2cee5326f219aa28f114265a548d4f8
MD5sum: f7fcdbf95e5fbae02fe0a962a6c1b25b
Description: Turn any program that uses STDIN/STDOUT into a WebSocket server
websocketd is a small command-line tool that will wrap an existing
command-line interface program, and allow it to be accessed
via a WebSocket.
.
WebSocket-capable applications can now be built very easily. As long as
you can write an executable program that reads STDIN and writes to STDOUT,
you can build a WebSocket server. Do it in Python, Ruby, Perl, Bash,
C, Go, PHP, Java, Clojure, Scala, Groovy, Expect, Awk, VBScript,
Haskell, Lua, R, whatever! No networking libraries necessary.
.
websocketd will start a WebSocket server on a specified port, and listen
for connections.
.
Upon a connection, it will fork the appropriate process, and disconnect
the process when the WebSocket connection closes (and vice-versa).
.
Any message sent from the WebSocket client will be piped to the process's
STDIN stream, followed by a \n newline.
Description-md5:
Homepage: https://github.com/joewalnes/websocketd
Built-Using: golang-1.21 (= 1.21.3-1), golang-github-gorilla-websocket (= 1.5.0-2)
Section: web
Priority: optional
Filename: pool/main/w/websocketd/websocketd_0.4.1-1+b14_amd64.deb