How to Install and Uninstall ucspi-tcp Package on Kali Linux

Last updated: May 02,2024

1. Install "ucspi-tcp" package

In this section, we are going to explain the necessary steps to install ucspi-tcp on Kali Linux

$ sudo apt update $ sudo apt install ucspi-tcp

2. Uninstall "ucspi-tcp" package

In this section, we are going to explain the necessary steps to uninstall ucspi-tcp on Kali Linux:

$ sudo apt remove ucspi-tcp $ sudo apt autoclean && sudo apt autoremove

3. Information about the ucspi-tcp package on Kali Linux

Package: ucspi-tcp
Version: 1:0.88-8
Installed-Size: 368
Maintainer: Peter Pentchev
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 71460
SHA256: 68162d28897bd67fd558e2b9546de7779306fed21e76925db25857ee000c04d9
SHA1: b985e828c2da209b61d5333b88aec10011db0e10
MD5sum: 541fd61f3071ab7ebdb90b5f09505f6a
Description: command-line tools for building TCP client-server applications
tcpserver waits for incoming connections and, for each connection, runs a
program of your choice. Your program receives environment variables showing
the local and remote host names, IP addresses, and port numbers.
.
tcpserver offers a concurrency limit to protect you from running out of
processes and memory. When you are handling 40 (by default) simultaneous
connections, tcpserver smoothly defers acceptance of new connections.
.
tcpserver also provides TCP access control features, similar to
tcp-wrappers/tcpd's hosts.allow but much faster. Its access control rules
are compiled into a hashed format with cdb, so it can easily deal with
thousands of different hosts.
.
This package includes a recordio tool that monitors all the input and output
of a server.
.
tcpclient makes a TCP connection and runs a program of your choice. It sets
up the same environment variables as tcpserver.
.
This package includes several sample clients built on top of tcpclient:
who@, date@, finger@, http@, tcpcat, and mconnect.
.
tcpserver and tcpclient conform to UCSPI, the UNIX Client-Server Program
Interface, using the TCP protocol. UCSPI tools are
available for several different networks.
Description-md5:
Homepage: http://cr.yp.to/ucspi-tcp
Tag: interface::commandline, interface::daemon, network::client,
network::server, protocol::tcp, role::program
Section: net
Priority: optional
Filename: pool/main/u/ucspi-tcp/ucspi-tcp_0.88-8_amd64.deb