How to Install and Uninstall golang-github-gorilla-mux-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 16,2024

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

This tutorial shows how to install golang-github-gorilla-mux-dev on Ubuntu 20.10 (Groovy Gorilla)

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

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

This tutorial shows how to uninstall golang-github-gorilla-mux-dev on Ubuntu 20.10 (Groovy Gorilla):

$ 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 Ubuntu 20.10 (Groovy Gorilla)

Package: golang-github-gorilla-mux-dev
Architecture: all
Version: 1.7.4-1
Priority: extra
Section: universe/devel
Source: golang-github-gorilla-mux
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 230
Filename: pool/universe/g/golang-github-gorilla-mux/golang-github-gorilla-mux-dev_1.7.4-1_all.deb
Size: 45852
MD5sum: 6f00c7c8eac6c2da4dae7e0f83b4acc2
SHA1: 80220db9a3fbd742b5ecaf3bba56a584d48f026a
SHA256: 6ad8006a3b53a177a93ef1f316d96320e55c89c90ab420e67aedb3481aab5a2c
SHA512: d7692bc52144396074925c860ee5c63d535dd04d359e7629f935856f17928b45d5cfaf6842b8e89581a967d9f38e4802428e65253f9d65d0968ed0afc82499d8
Homepage: https://github.com/gorilla/mux
Description-en: 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: d61faf184d480e712a34f9f9497bde59