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

Last updated: January 10,2025

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

In this section, we are going to explain the necessary steps to install golang-github-gorilla-handlers-devel.noarch on Fedora 35

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

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

In this section, we are going to explain the necessary steps to uninstall golang-github-gorilla-handlers-devel.noarch on Fedora 35:

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

3. Information about the golang-github-gorilla-handlers-devel.noarch package on Fedora 35

Last metadata expiration check: 5:21:18 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : golang-github-gorilla-handlers-devel
Version : 1.5.1
Release : 3.fc35
Architecture : noarch
Size : 30 k
Source : golang-github-gorilla-handlers-1.5.1-3.fc35.src.rpm
Repository : fedora
Summary : Collection of useful handlers for go's net/http package
URL : https://github.com/gorilla/handlers
License : BSD
Description : Package handlers is a collection of handlers (aka "HTTP middleware") for use
: with Go's net/http package (or any framework supporting http.Handler).
:
: The package includes handlers for logging in standardised formats, compressing
: HTTP responses, validating content types and other useful tools for manipulating
: requests and responses.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/gorilla/handlers