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

Last updated: September 20,2024

1. Install "golang-github-julienschmidt-httprouter-dev" package

Learn how to install golang-github-julienschmidt-httprouter-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install golang-github-julienschmidt-httprouter-dev

2. Uninstall "golang-github-julienschmidt-httprouter-dev" package

Here is a brief guide to show you how to uninstall golang-github-julienschmidt-httprouter-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove golang-github-julienschmidt-httprouter-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: golang-github-julienschmidt-httprouter-dev
Priority: extra
Section: universe/devel
Installed-Size: 100
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: all
Source: golang-github-julienschmidt-httprouter
Version: 1.1-1
Filename: pool/universe/g/golang-github-julienschmidt-httprouter/golang-github-julienschmidt-httprouter-dev_1.1-1_all.deb
Size: 15642
MD5sum: b00f2d7abbb8a28b4ecdc3a897a3531a
SHA1: 49ff9c72e30c2d2ace469ddbe1b55851ac7d0343
SHA256: aee08476385bc479627c622c9f63b900779ab09c7427cee223794d7df1298d8b
Description-en: High performance HTTP request router for Go that scales well
HttpRouter (github.com/julienschmidt/httprouter) is a lightweight high
performance HTTP request router (also called multiplexer or just mux for
short) for Go.
.
In contrast to the default mux of Go's net/http package, this router supports
variables in the routing pattern and matches against the request method. It
also scales better.
.
The router is optimized for high performance and a small memory footprint. It
scales well even with very long paths and a large number of routes. A
compressing dynamic trie (radix tree) structure is used for efficient
matching.
Description-md5: 5ddeb17a31285750b894268c5e4ba034
Built-Using: golang (= 2:1.4.2-3ubuntu2)
Homepage: https://github.com/julienschmidt/httprouter
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu