How to Install and Uninstall proxytunnel.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 05,2024

1. Install "proxytunnel.x86_64" package

Please follow the guidance below to install proxytunnel.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install proxytunnel.x86_64

2. Uninstall "proxytunnel.x86_64" package

Please follow the step by step instructions below to uninstall proxytunnel.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove proxytunnel.x86_64 $ sudo dnf autoremove

3. Information about the proxytunnel.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:50:32 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : proxytunnel
Version : 1.10.20200907
Release : 1.el8
Architecture : x86_64
Size : 51 k
Source : proxytunnel-1.10.20200907-1.el8.src.rpm
Repository : epel
Summary : Tool to tunnel a connection through an standard HTTP(S) proxy
URL : https://github.com/proxytunnel/proxytunnel
License : GPLv2+ and BSD and MIT
Description : ProxyTunnel is a program that connects stdin and stdout to a server somewhere
: on the network, through a standard HTTPS proxy. We mostly use it to tunnel SSH
: sessions through HTTP(S) proxies.
: Proxytunnel can currently do the following:
: * Create tunnels using HTTP and HTTPS proxies (That understand the HTTP
: CONNECT command).
: * Work as a back-end driver for an OpenSSH client, and create SSH
: connections through HTTP(S) proxies.
: * Work as a stand-alone application, listening on a port for connections,
: and then tunneling these connections to a specified destination.