How to Install and Uninstall golang-github-gorilla-mux-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: November 22,2024
1. Install "golang-github-gorilla-mux-dev" package
Here is a brief guide to show you how to install golang-github-gorilla-mux-dev on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
golang-github-gorilla-mux-dev
Copied
2. Uninstall "golang-github-gorilla-mux-dev" package
Learn how to uninstall golang-github-gorilla-mux-dev on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
golang-github-gorilla-mux-dev
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the golang-github-gorilla-mux-dev package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: golang-github-gorilla-mux-dev
Priority: extra
Section: devel
Installed-Size: 126
Maintainer: Ubuntu Developers
Original-Maintainer: pkg-go
Architecture: all
Source: golang-github-gorilla-mux
Version: 0.0~git20150814.0.f7b6aaa-1
Replaces: golang-mux-dev
Provides: golang-mux-dev
Depends: golang-context-dev, golang-go
Conflicts: golang-mux-dev
Filename: pool/main/g/golang-github-gorilla-mux/golang-github-gorilla-mux-dev_0.0~git20150814.0.f7b6aaa-1_all.deb
Size: 25154
MD5sum: 66af5b333c2ea22e3aa845f506c69ad8
SHA1: 98c839f81be35c1fdc22a069c763ad5c367da577
SHA256: cfa13abb59d5200f64aa739cfdff57fca13a49f04b4a46e7256a3ac547dcbdee
Description-en: A 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: 650deac6a46d40c3719d424e3bc85028
Built-Using: golang (= 2:1.5.1-0ubuntu2), golang-context (= 0.0~git20140604.1.14f550f-1)
Homepage: https://github.com/gorilla/mux
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m
Priority: extra
Section: devel
Installed-Size: 126
Maintainer: Ubuntu Developers
Original-Maintainer: pkg-go
Architecture: all
Source: golang-github-gorilla-mux
Version: 0.0~git20150814.0.f7b6aaa-1
Replaces: golang-mux-dev
Provides: golang-mux-dev
Depends: golang-context-dev, golang-go
Conflicts: golang-mux-dev
Filename: pool/main/g/golang-github-gorilla-mux/golang-github-gorilla-mux-dev_0.0~git20150814.0.f7b6aaa-1_all.deb
Size: 25154
MD5sum: 66af5b333c2ea22e3aa845f506c69ad8
SHA1: 98c839f81be35c1fdc22a069c763ad5c367da577
SHA256: cfa13abb59d5200f64aa739cfdff57fca13a49f04b4a46e7256a3ac547dcbdee
Description-en: A 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: 650deac6a46d40c3719d424e3bc85028
Built-Using: golang (= 2:1.5.1-0ubuntu2), golang-context (= 0.0~git20140604.1.14f550f-1)
Homepage: https://github.com/gorilla/mux
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m