How to Install and Uninstall golang-github-gorilla-context-devel.noarch Package on Fedora 34

Last updated: July 01,2024

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

Here is a brief guide to show you how to install golang-github-gorilla-context-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-gorilla-context-devel.noarch

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

Please follow the instructions below to uninstall golang-github-gorilla-context-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-gorilla-context-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-gorilla-context-devel.noarch package on Fedora 34

Last metadata expiration check: 5:59:54 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-gorilla-context-devel
Version : 1.1.1
Release : 8.fc34
Architecture : noarch
Size : 14 k
Source : golang-github-gorilla-context-1.1.1-8.fc34.src.rpm
Repository : fedora
Summary : Golang registry for global request variables
URL : https://github.com/gorilla/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 the source code needed for building packages that
: reference the following Go import paths:
: – github.com/gorilla/context