How to Install and Uninstall proxytunnel.x86_64 Package on Fedora 34

Last updated: October 04,2024

1. Install "proxytunnel.x86_64" package

Please follow the instructions below to install proxytunnel.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install proxytunnel.x86_64

2. Uninstall "proxytunnel.x86_64" package

Here is a brief guide to show you how to uninstall proxytunnel.x86_64 on Fedora 34:

$ sudo dnf remove proxytunnel.x86_64 $ sudo dnf autoremove

3. Information about the proxytunnel.x86_64 package on Fedora 34

Last metadata expiration check: 1:16:50 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : proxytunnel
Version : 1.10.20200907
Release : 2.fc34
Architecture : x86_64
Size : 49 k
Source : proxytunnel-1.10.20200907-2.fc34.src.rpm
Repository : fedora
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.