How to Install and Uninstall golang-github-gorilla-mux-devel.noarch Package on Amazon Linux 2

Last updated: May 19,2024

1. Install "golang-github-gorilla-mux-devel.noarch" package

Please follow the step by step instructions below to install golang-github-gorilla-mux-devel.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install golang-github-gorilla-mux-devel.noarch

2. Uninstall "golang-github-gorilla-mux-devel.noarch" package

Please follow the steps below to uninstall golang-github-gorilla-mux-devel.noarch on Amazon Linux 2:

$ sudo yum remove golang-github-gorilla-mux-devel.noarch $ sudo yum autoremove

3. Information about the golang-github-gorilla-mux-devel.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : golang-github-gorilla-mux-devel
Arch : noarch
Version : 0
Release : 0.16.git136d54f.amzn2
Size : 24 k
Repo : amzn2-core/2/x86_64
Summary : A powerful URL router and dispatcher for golang
URL : http://www.gorillatoolkit.org/pkg/mux
License : BSD
Description : 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.
:
: This package contains library source intended for building other
: packages which use gorilla/mux.