How To Install golang-github-martini-devel on Fedora 36

In this tutorial we learn how to install golang-github-martini-devel in Fedora 36. golang-github-martini-devel is Classy web framework for go

Introduction

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

What is golang-github-martini-devel

Martini is a powerful package for quickly writing modular web applications/services in Golang. This package contains the source code needed for building packages that reference the following Go import paths – github.com/go-martini/martini

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

Install golang-github-martini-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-martini-devel using dnf by running the following command:

sudo dnf -y install golang-github-martini-devel

Install golang-github-martini-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-martini-devel using yum by running the following command:

sudo yum -y install golang-github-martini-devel

How To Uninstall golang-github-martini-devel on Fedora 36

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

sudo dnf remove golang-github-martini-devel

golang-github-martini-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-martini-devel
/usr/share/doc/golang-github-martini-devel/README.md
/usr/share/doc/golang-github-martini-devel/README_de_DE.md
/usr/share/doc/golang-github-martini-devel/README_es_ES.md
/usr/share/doc/golang-github-martini-devel/README_fr_FR.md
/usr/share/doc/golang-github-martini-devel/README_ja_JP.md
/usr/share/doc/golang-github-martini-devel/README_ko_kr.md
/usr/share/doc/golang-github-martini-devel/README_pl_PL.md
/usr/share/doc/golang-github-martini-devel/README_pt_br.md
/usr/share/doc/golang-github-martini-devel/README_ru_RU.md
/usr/share/doc/golang-github-martini-devel/README_tr_TR.md
/usr/share/doc/golang-github-martini-devel/README_zh_cn.md
/usr/share/doc/golang-github-martini-devel/README_zh_tw.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/go-martini
/usr/share/gocode/src/github.com/go-martini/martini
/usr/share/gocode/src/github.com/go-martini/martini/.goipath
/usr/share/gocode/src/github.com/go-martini/martini/README.md
/usr/share/gocode/src/github.com/go-martini/martini/env.go
/usr/share/gocode/src/github.com/go-martini/martini/env_test.go
/usr/share/gocode/src/github.com/go-martini/martini/go_version.go
/usr/share/gocode/src/github.com/go-martini/martini/logger.go
/usr/share/gocode/src/github.com/go-martini/martini/logger_test.go
/usr/share/gocode/src/github.com/go-martini/martini/martini.go
/usr/share/gocode/src/github.com/go-martini/martini/martini_test.go
/usr/share/gocode/src/github.com/go-martini/martini/recovery.go
/usr/share/gocode/src/github.com/go-martini/martini/recovery_test.go
/usr/share/gocode/src/github.com/go-martini/martini/response_writer.go
/usr/share/gocode/src/github.com/go-martini/martini/response_writer_test.go
/usr/share/gocode/src/github.com/go-martini/martini/return_handler.go
/usr/share/gocode/src/github.com/go-martini/martini/router.go
/usr/share/gocode/src/github.com/go-martini/martini/router_test.go
/usr/share/gocode/src/github.com/go-martini/martini/static.go
/usr/share/gocode/src/github.com/go-martini/martini/static_test.go
/usr/share/gocode/src/github.com/go-martini/martini/translations
/usr/share/gocode/src/github.com/go-martini/martini/translations/README_de_DE.md
/usr/share/gocode/src/github.com/go-martini/martini/translations/README_es_ES.md
/usr/share/gocode/src/github.com/go-martini/martini/translations/README_fr_FR.md
/usr/share/gocode/src/github.com/go-martini/martini/translations/README_ja_JP.md
/usr/share/gocode/src/github.com/go-martini/martini/translations/README_ko_kr.md
/usr/share/gocode/src/github.com/go-martini/martini/translations/README_pl_PL.md
/usr/share/gocode/src/github.com/go-martini/martini/translations/README_pt_br.md
/usr/share/gocode/src/github.com/go-martini/martini/translations/README_ru_RU.md
/usr/share/gocode/src/github.com/go-martini/martini/translations/README_tr_TR.md
/usr/share/gocode/src/github.com/go-martini/martini/translations/README_zh_cn.md
/usr/share/gocode/src/github.com/go-martini/martini/translations/README_zh_tw.md
/usr/share/licenses/golang-github-martini-devel
/usr/share/licenses/golang-github-martini-devel/LICENSE

References

Summary

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