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

Last updated: January 23,2025

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

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

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

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

Learn how to uninstall golang-github-gorilla-handlers-dev on Kali Linux:

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

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

Package: golang-github-gorilla-handlers-dev
Source: golang-github-gorilla-handlers
Version: 1.5.2-1
Installed-Size: 103
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-felixge-httpsnoop-dev (>= 1.0.3)
Size: 20860
SHA256: 1aa42fd41766617a6c89c877d164f1dd9320d1db190cb54e5c4b2a273010587c
SHA1: 116a23481110bc0e6f3529c71edf9d1955f64eb1
MD5sum: 81a03dda00ee6c2ebc3a6e92e234b885
Description: collection of useful handlers for Go's net/http package
Package handlers is a collection of handlers (aka "HTTP middleware") for use
with Go's net/http package (or any framework supporting http.Handler),
including:
.
• LoggingHandler for logging HTTP requests in the Apache Common Log Format
(http://httpd.apache.org/docs/2.2/logs.html#common).
• CombinedLoggingHandler for logging HTTP requests in the Apache Combined Log
Format (http://httpd.apache.org/docs/2.2/logs.html#combined) commonly used
by both Apache and nginx.
• CompressHandler for gzipping responses.
• ContentTypeHandler for validating requests against a list of accepted
content types.
• MethodHandler for matching HTTP methods against handlers in a
map[string]http.Handler
• ProxyHeaders for populating r.RemoteAddr and r.URL.Scheme based on the
X-Forwarded-For, X-Real-IP, X-Forwarded-Proto and RFC7239 Forwarded headers
when running a Go server behind a HTTP reverse proxy.
• CanonicalHost for re-directing to the preferred host when handling multiple
domains (i.e. multiple CNAME aliases).
.
Other handlers are documented on the Gorilla website
(http://www.gorillatoolkit.org/pkg/handlers).
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/gorilla/handlers
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-gorilla-handlers/golang-github-gorilla-handlers-dev_1.5.2-1_all.deb