How To Install Mini-inetd?
Install mini-inetd
-
Debian
apt-get install tcputilsClick to copy -
Ubuntu
apt-get install tcputilsClick to copy -
Kali Linux
apt-get install tcputilsClick to copy -
Fedora
dnf install tcputilsClick to copy -
Raspbian
apt-get install tcputilsClick to copy
tcputils
Utilities for TCP programming in shell-scriptsThis is a collection of programs to facilitate TCP programming in shell-scripts. There is also a small library which makes it somewhat easier to create TCP/IP sockets. The programs included in this release are: mini-inetd - small TCP/IP connection dispatcher tcpbug - TCP/IP connection bugging device tcpconnect - general TCP/IP client tcplisten - general TCP/IP server getpeername - get name of connected TCP/IP peer
Install the latest version of mini-inetd in Debian, Ubuntu, Kali, Fedora and Raspbian from terminal. To install the mini-inetd just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of mini-inetd from the respository and install it in your computer/server.




