How to Install and Uninstall golang-mux-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "golang-mux-dev" package

Please follow the guidelines below to install golang-mux-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "golang-mux-dev" package

This guide covers the steps necessary to uninstall golang-mux-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the golang-mux-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: golang-mux-dev
Priority: extra
Section: universe/devel
Installed-Size: 126
Maintainer: Ubuntu Developers
Original-Maintainer: Daniel Mizyrycki
Architecture: all
Source: golang-mux
Version: 0.0~git20151003.1.ad4d7a5-0ubuntu1
Depends: golang-context-dev
Filename: pool/universe/g/golang-mux/golang-mux-dev_0.0~git20151003.1.ad4d7a5-0ubuntu1_all.deb
Size: 25046
MD5sum: 8d3999b6a940e997fd02acae914bb83d
SHA1: bf5188e3df9f60fe81a786214158af7f792f9164
SHA256: 3946cee7bb23e94dd1d643ae6734ed414417069018bf4d892459f7527fd6a0b6
Description-en: URL router and dispatcher
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: e8b7a6d8ad775de125d0f7589be4aca6
Homepage: https://github.com/gorilla/mux
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu