How to Install and Uninstall redir.x86_64 Package on Rocky Linux 8

Last updated: May 19,2024

1. Install "redir.x86_64" package

In this section, we are going to explain the necessary steps to install redir.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install redir.x86_64

2. Uninstall "redir.x86_64" package

This guide covers the steps necessary to uninstall redir.x86_64 on Rocky Linux 8:

$ sudo dnf remove redir.x86_64 $ sudo dnf autoremove

3. Information about the redir.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:49:53 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : redir
Version : 3.3
Release : 3.el8
Architecture : x86_64
Size : 36 k
Source : redir-3.3-3.el8.src.rpm
Repository : epel
Summary : A TCP port redirector for UNIX
URL : https://github.com/troglobit/redir
License : GPLv2+
Description : This is a TCP port redirector for UNIX. It can be run under inetd or as
: standalone (in which case it handles multiple connections). It is 8 bit
: clean, not limited to line mode, is small and lightweight. If you want
: access control, run it under xinetd, or inetd with TCP wrappers.
: Redir listens for TCP connections on a given port, and, when it receives
: a connection, then connects to a given destination address:port, and
: pass data between them. It finds most of its applications in traversing
: firewalls, but, of course, there are other uses.