How To Install corkscrew on Fedora 36
Introduction
In this tutorial we learn how to install corkscrew
on Fedora 36.
What is corkscrew
Corkscrew is a tool for tunneling SSH through HTTP proxies. It has been tested with the following HTTP proxies * Gauntlet * CacheFlow * JunkBuster * Apache mod_proxy
We can use yum
or dnf
to install corkscrew
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install corkscrew.
Install corkscrew on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install corkscrew
using dnf
by running the following command:
sudo dnf -y install corkscrew
Install corkscrew on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install corkscrew
using yum
by running the following command:
sudo yum -y install corkscrew
How To Uninstall corkscrew on Fedora 36
To uninstall only the corkscrew
package we can use the following command:
sudo dnf remove corkscrew
corkscrew Package Contents on Fedora 36
/usr/bin/corkscrew
/usr/lib/.build-id
/usr/lib/.build-id/77
/usr/lib/.build-id/77/87d4c3167efc8e2ebe1b1a3d7fea390a357811
/usr/share/doc/corkscrew
/usr/share/doc/corkscrew/AUTHORS
/usr/share/doc/corkscrew/COPYING
/usr/share/doc/corkscrew/ChangeLog
/usr/share/doc/corkscrew/README
/usr/share/doc/corkscrew/TODO
/usr/share/man/man1/corkscrew.1.gz
References
Summary
In this tutorial we learn how to install corkscrew
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).