How To Install golang-github-urfave-negroni-devel on Fedora 36

In this tutorial we learn how to install golang-github-urfave-negroni-devel in Fedora 36. golang-github-urfave-negroni-devel is Idiomatic http middleware for Golang

Introduction

In this tutorial we learn how to install golang-github-urfave-negroni-devel on Fedora 36.

What is golang-github-urfave-negroni-devel

Idiomatic http middleware for golang. This package contains the source code needed for building packages that reference the following Go import paths – github.com/urfave/negroni

We can use yum or dnf to install golang-github-urfave-negroni-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-urfave-negroni-devel.

Install golang-github-urfave-negroni-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install golang-github-urfave-negroni-devel using dnf by running the following command:

sudo dnf -y install golang-github-urfave-negroni-devel

Install golang-github-urfave-negroni-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install golang-github-urfave-negroni-devel using yum by running the following command:

sudo yum -y install golang-github-urfave-negroni-devel

How To Uninstall golang-github-urfave-negroni-devel on Fedora 36

To uninstall only the golang-github-urfave-negroni-devel package we can use the following command:

sudo dnf remove golang-github-urfave-negroni-devel

golang-github-urfave-negroni-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-urfave-negroni-devel
/usr/share/doc/golang-github-urfave-negroni-devel/CHANGELOG.md
/usr/share/doc/golang-github-urfave-negroni-devel/README.md
/usr/share/doc/golang-github-urfave-negroni-devel/README_de_de.md
/usr/share/doc/golang-github-urfave-negroni-devel/README_fr_FR.md
/usr/share/doc/golang-github-urfave-negroni-devel/README_ja_JP.md
/usr/share/doc/golang-github-urfave-negroni-devel/README_ko_KR.md
/usr/share/doc/golang-github-urfave-negroni-devel/README_pt_br.md
/usr/share/doc/golang-github-urfave-negroni-devel/README_zh_CN.md
/usr/share/doc/golang-github-urfave-negroni-devel/README_zh_tw.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/urfave
/usr/share/gocode/src/github.com/urfave/negroni
/usr/share/gocode/src/github.com/urfave/negroni/.goipath
/usr/share/gocode/src/github.com/urfave/negroni/CHANGELOG.md
/usr/share/gocode/src/github.com/urfave/negroni/README.md
/usr/share/gocode/src/github.com/urfave/negroni/doc.go
/usr/share/gocode/src/github.com/urfave/negroni/go.mod
/usr/share/gocode/src/github.com/urfave/negroni/logger.go
/usr/share/gocode/src/github.com/urfave/negroni/logger_test.go
/usr/share/gocode/src/github.com/urfave/negroni/negroni.go
/usr/share/gocode/src/github.com/urfave/negroni/negroni_bench_test.go
/usr/share/gocode/src/github.com/urfave/negroni/negroni_test.go
/usr/share/gocode/src/github.com/urfave/negroni/recovery.go
/usr/share/gocode/src/github.com/urfave/negroni/recovery_test.go
/usr/share/gocode/src/github.com/urfave/negroni/response_writer.go
/usr/share/gocode/src/github.com/urfave/negroni/response_writer_pusher.go
/usr/share/gocode/src/github.com/urfave/negroni/response_writer_pusher_test.go
/usr/share/gocode/src/github.com/urfave/negroni/response_writer_test.go
/usr/share/gocode/src/github.com/urfave/negroni/static.go
/usr/share/gocode/src/github.com/urfave/negroni/static_test.go
/usr/share/gocode/src/github.com/urfave/negroni/translations
/usr/share/gocode/src/github.com/urfave/negroni/translations/README_de_de.md
/usr/share/gocode/src/github.com/urfave/negroni/translations/README_fr_FR.md
/usr/share/gocode/src/github.com/urfave/negroni/translations/README_ja_JP.md
/usr/share/gocode/src/github.com/urfave/negroni/translations/README_ko_KR.md
/usr/share/gocode/src/github.com/urfave/negroni/translations/README_pt_br.md
/usr/share/gocode/src/github.com/urfave/negroni/translations/README_zh_CN.md
/usr/share/gocode/src/github.com/urfave/negroni/translations/README_zh_tw.md
/usr/share/licenses/golang-github-urfave-negroni-devel
/usr/share/licenses/golang-github-urfave-negroni-devel/LICENSE

References

Summary

In this tutorial we learn how to install golang-github-urfave-negroni-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).