How to Install and Uninstall webhook Package on Kali Linux

Last updated: April 29,2024

1. Install "webhook" package

This tutorial shows how to install webhook on Kali Linux

$ sudo apt update $ sudo apt install webhook

2. Uninstall "webhook" package

Learn how to uninstall webhook on Kali Linux:

$ sudo apt remove webhook $ sudo apt autoclean && sudo apt autoremove

3. Information about the webhook package on Kali Linux

Package: webhook
Source: webhook (2.8.0-4)
Version: 2.8.0-4+b10
Installed-Size: 7859
Maintainer: Debian Go Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 2648864
SHA256: e8687e2268fbb7e98d7468ce1a5d131c6311137a65f9e424546062808ea40fa9
SHA1: 2bfb7ac92bacfa578de6d7b22a0933575c34ba67
MD5sum: 64e6508e81e8205e1edb8095f92dba34
Description: Small server for creating HTTP endpoints (hooks)
Webhook is a lightweight configurable tool written in Go, that
allows you to easily create HTTP endpoints (hooks) on your
server, which you can use to execute configured commands. You
can also pass data from the HTTP request (such as headers,
payload or query variables) to your commands. webhook also
allows you to specify rules which have to be satisfied in
order for the hook to be triggered.
.
For example, if you're using Github or Bitbucket, you can
use webhook to set up a hook that runs a redeploy script
for your project on your staging server, whenever you push
changes to the master branch of your project.
Description-md5:
Homepage: https://github.com/adnanh/webhook
Built-Using: golang-1.21 (= 1.21.5-1)
Section: devel
Priority: optional
Filename: pool/main/w/webhook/webhook_2.8.0-4+b10_amd64.deb