How to Install and Uninstall golang-github-gorilla-mux-dev Package on Kali Linux

Last updated: April 29,2024

1. Install "golang-github-gorilla-mux-dev" package

This guide let you learn how to install golang-github-gorilla-mux-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-gorilla-mux-dev

2. Uninstall "golang-github-gorilla-mux-dev" package

Here is a brief guide to show you how to uninstall golang-github-gorilla-mux-dev on Kali Linux:

$ sudo apt remove golang-github-gorilla-mux-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-gorilla-mux-dev package on Kali Linux

Package: golang-github-gorilla-mux-dev
Source: golang-github-gorilla-mux
Version: 1.8.1-1
Installed-Size: 235
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 46584
SHA256: 966a83aaab1460427230cd8ad46782eb4920bb625279797f5590d2545519ea63
SHA1: 62b45a116745ae6cad981c38483a2b4bd7a48e5a
MD5sum: 43d52d03d6abecb3fb947c1ec3f05f11
Description: powerful URL router and dispatcher for golang
Package gorilla/mux implements a request router and dispatcher.
.
The name mux stands for "HTTP request multiplexer". Like the standard
http.ServeMux, mux.Router matches incoming requests against a list of
registered routes and calls a handler for the route that matches the URL
or other conditions. The main features are:
.
* Requests can be matched based on URL host, path, path prefix, schemes,
header and query values, HTTP methods or using custom matchers.
* URL hosts and paths can have variables with an optional regular expression.
* Registered URLs can be built, or "reversed", which helps maintaining
references to resources.
* Routes can be used as subrouters: nested routes are only tested if the
parent route matches. This is useful to define groups of routes that share
common conditions like a host, a path prefix or other repeated attributes.
As a bonus, this optimizes request matching.
* It implements the http.Handler interface so it is compatible with the
standard http.ServeMux.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/gorilla/mux
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-gorilla-mux/golang-github-gorilla-mux-dev_1.8.1-1_all.deb