How to Install and Uninstall chisel Package on Kali Linux

Last updated: May 05,2024

1. Install "chisel" package

In this section, we are going to explain the necessary steps to install chisel on Kali Linux

$ sudo apt update $ sudo apt install chisel

2. Uninstall "chisel" package

This is a short guide on how to uninstall chisel on Kali Linux:

$ sudo apt remove chisel $ sudo apt autoclean && sudo apt autoremove

3. Information about the chisel package on Kali Linux

Package: chisel
Version: 1.9.1-0kali1
Architecture: amd64
Maintainer: Kali Developers
Installed-Size: 8517
Depends: libc6 (>= 2.34)
Built-Using: golang-1.21 (= 1.21.3-1), golang-fsnotify (= 1.6.0-2), golang-github-andrew-d-go-termutil (= 0.0~git20150726.009166a-0kali1), golang-github-armon-go-socks5 (= 0.0~git20160902.e753329-1.1), golang-github-gorilla-websocket (= 1.5.0-2), golang-github-jpillora-ansi (= 1.0.2-0kali1), golang-github-jpillora-backoff (= 1.0.0-1.1), golang-github-jpillora-requestlog (= 1.0.0-0kali2), golang-github-jpillora-sizestr (= 1.0.0-0kali1), golang-github-tomasen-realip (= 0.0~git20180522.f0c99a9-0kali1), golang-go.crypto (= 1:0.13.0-1), golang-golang-x-net (= 1:0.15.0-2), golang-golang-x-sync (= 0.3.0-1), golang-golang-x-sys (= 0.12.0-1), golang-golang-x-text (= 0.13.0-1)
Homepage: https://github.com/jpillora/chisel
Priority: optional
Section: golang
Filename: pool/main/c/chisel/chisel_1.9.1-0kali1_amd64.deb
Size: 2791776
SHA256: 44fc16a8a1a996922423796ce9db2c1983f674e4e6d96080fed3d00ca28e6bad
SHA1: 4ed975e6ad98c890d3419a56f16c6012ffc267e4
MD5sum: 49a25e0d01dcc849694edd879fc9e8a4
Description: fast TCP/UDP tunnel over HTTP (program)
This package contains a fast TCP/UDP tunnel, transported over HTTP, secured
via SSH. Single executable including both client and server. Chisel is mainly
useful for passing through firewalls, though it can also be used to provide a
secure endpoint into your network.
Description-md5:

5. The same packages on other Linux Distributions