How to Install and Uninstall webhook Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: April 29,2024

1. Install "webhook" package

This tutorial shows how to install webhook on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install webhook

2. Uninstall "webhook" package

This guide let you learn how to uninstall webhook on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the webhook package on Ubuntu 20.10 (Groovy Gorilla)

Package: webhook
Architecture: amd64
Version: 2.6.9-1build1
Built-Using: golang-1.14 (= 1.14.7-2ubuntu1), golang-fsnotify (= 1.4.9-2), golang-github-urfave-negroni (= 0.2.0-1), golang-golang-x-sys (= 0.0~git20200523.0598657-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: 7912
Depends: libc6 (>= 2.32)
Filename: pool/universe/w/webhook/webhook_2.6.9-1build1_amd64.deb
Size: 2532412
MD5sum: 1f226a2d9d34d13462daed40edac3913
SHA1: f3a528e8a767559cc5c3fd6ae1890d149d851218
SHA256: 361de6ce3da87bee81e0465c310d5f08ffebe2fbabe3853043489e0eb1f273ab
SHA512: 00e3ef3fc31e4aeb5862c6e061b29e276ed6dd006d2467066a7e0a57439b69eccb886184ce1f96df0ba00833fb127b9bee818019c989664d1dc16fa4a72c5d5e
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