How to Install and Uninstall webhook Package on Ubuntu 21.10 (Impish Indri)

Last updated: April 29,2024

1. Install "webhook" package

In this section, we are going to explain the necessary steps to install webhook on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install webhook

2. Uninstall "webhook" package

Please follow the instructions below to uninstall webhook on Ubuntu 21.10 (Impish Indri):

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

3. Information about the webhook package on Ubuntu 21.10 (Impish Indri)

Package: webhook
Architecture: amd64
Version: 2.6.9-1build2
Built-Using: golang-1.15 (= 1.15.4-1ubuntu1), golang-fsnotify (= 1.4.9-2), golang-github-urfave-negroni (= 0.2.0-1), golang-golang-x-sys (= 0.0~git20201101.da20708-1)
Priority: extra
Section: universe/devel
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 6869
Depends: libc6 (>= 2.32)
Filename: pool/universe/w/webhook/webhook_2.6.9-1build2_amd64.deb
Size: 2146860
MD5sum: 574b73ac3cb8671a3243dde737ab6fd0
SHA1: efc002403ea24c67036f4275edc7da54cca8534e
SHA256: 777ed7a8b01180096c27e28533d69d84428d3b6a34519951f9ea226c8588cb6c
SHA512: 178fee1f25482b6959218005e20a3e0653e51e5b1fbe8e5acb1c1d251f8257a8312b55b4f8b61c99ed25fb6be3ffbb547540757c92cdd5aed003f85189988714
Homepage: https://github.com/adnanh/webhook
Description-en: 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: 9d758bbff9a3152bfecbb17464d6fcf0