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

Last updated: October 13,2024

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

Please follow the guidance below to install golang-github-gorilla-context-devel.noarch on Fedora 35

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

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

This is a short guide on how to uninstall golang-github-gorilla-context-devel.noarch on Fedora 35:

$ 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 35

Last metadata expiration check: 2:15:42 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : golang-github-gorilla-context-devel
Version : 1.1.1
Release : 9.fc35
Architecture : noarch
Size : 14 k
Source : golang-github-gorilla-context-1.1.1-9.fc35.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