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

Last updated: May 17,2024

1. Install "golang-github-gorilla-context-devel.x86_64" package

Here is a brief guide to show you how to install golang-github-gorilla-context-devel.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install golang-github-gorilla-context-devel.x86_64

2. Uninstall "golang-github-gorilla-context-devel.x86_64" package

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

$ sudo yum remove golang-github-gorilla-context-devel.x86_64 $ sudo yum autoremove

3. Information about the golang-github-gorilla-context-devel.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : golang-github-gorilla-context-devel
Arch : x86_64
Version : 0
Release : 0.24.gitb06ed15.amzn2.0.2
Size : 12 k
Repo : amzn2-core/2/x86_64
Summary : A golang registry for global request variables
URL : http://www.gorillatoolkit.org/pkg/context
License : BSD
Description : Package gorilla/context stores values shared during a request
: lifetime.
:
: For example, a router can set variables extracted from the URL and
: later application handlers can access those values, or it can be
: used to store sessions values to be saved at the end of a request.
: There are several other common uses.
:
: This package contains library source intended for building other
: packages which use gorilla/context.