How to Install and Uninstall ucspi-tcp Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 02,2024

1. Install "ucspi-tcp" package

Learn how to install ucspi-tcp on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ucspi-tcp

2. Uninstall "ucspi-tcp" package

Learn how to uninstall ucspi-tcp on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the ucspi-tcp package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ucspi-tcp
Priority: optional
Section: universe/net
Installed-Size: 436
Maintainer: Ubuntu Developers
Original-Maintainer: Gerrit Pape
Architecture: amd64
Version: 1:0.88-3
Replaces: ucspi-tcp-doc
Depends: libc6 (>= 2.4)
Filename: pool/universe/u/ucspi-tcp/ucspi-tcp_0.88-3_amd64.deb
Size: 112140
MD5sum: a9f5ea3f062ff4c1919a2daf72e7c638
SHA1: 7ada60609675f6a75b5070b75a0ac4a2b61eead0
SHA256: 504556d9ebdff1823f1ac03632ba3a6291e4cd053312006fb6211f0e2ff11cec
Description-en: 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: 82875864414a7b3635f3dd400c43801e
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu