How to Install and Uninstall rinetd Package on Kali Linux

Last updated: May 18,2024

1. Install "rinetd" package

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

$ sudo apt update $ sudo apt install rinetd

2. Uninstall "rinetd" package

This is a short guide on how to uninstall rinetd on Kali Linux:

$ sudo apt remove rinetd $ sudo apt autoclean && sudo apt autoremove

3. Information about the rinetd package on Kali Linux

Package: rinetd
Source: rinetd (0.73-1)
Version: 0.73-1+b1
Installed-Size: 93
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.34), lsb-base, procps
Pre-Depends: init-system-helpers (>= 1.54~)
Size: 28028
SHA256: 3902cf29cc23254985abf3a3dc64845f13d0e21739a4321a9c65d9f136b4b75a
SHA1: b19a20cc2bc4565b34081a1a960071ab3bba8c3e
MD5sum: e95e9ff050b3f0153f66c103a984c188
Description: Internet TCP/UDP redirection server
rinetd redirects TCP or UDP connections from one IP address and port to
another, with basic IP-based access control.
.
rinetd is a single-process server which handles any number of connections
to the address/port pairs specified in the file /etc/rinetd.conf. Since
rinetd runs as a single process using nonblocking I/O, it is able to
redirect a large number of connections without a severe impact on the
machine. This makes it practical to run services on machines inside an IP
masquerading firewall.
Description-md5:
Homepage: https://github.com/samhocevar/rinetd
Tag: interface::daemon, network::server, network::service, role::program,
use::proxying
Section: net
Priority: optional
Filename: pool/main/r/rinetd/rinetd_0.73-1+b1_amd64.deb