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

Last updated: May 17,2024

1. Install "proxytunnel.x86_64" package

This guide let you learn how to install proxytunnel.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install proxytunnel.x86_64

2. Uninstall "proxytunnel.x86_64" package

This tutorial shows how to uninstall proxytunnel.x86_64 on Rocky Linux 8:

$ sudo dnf remove proxytunnel.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:34:43 ago on Mon Sep 12 10:27:18 2022.
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.