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

Last updated: October 06,2024

1. Install "proxytunnel.x86_64" package

Learn how to install proxytunnel.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install proxytunnel.x86_64

2. Uninstall "proxytunnel.x86_64" package

Please follow the steps below to uninstall proxytunnel.x86_64 on Fedora 35:

$ sudo dnf remove proxytunnel.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:59:33 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : proxytunnel
Version : 1.10.20200907
Release : 3.fc35
Architecture : x86_64
Size : 48 k
Source : proxytunnel-1.10.20200907-3.fc35.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.