How To Install golang-mvdan-gofumpt-devel on Fedora 36

In this tutorial we learn how to install golang-mvdan-gofumpt-devel in Fedora 36. golang-mvdan-gofumpt-devel is A stricter gofmt

Introduction

In this tutorial we learn how to install golang-mvdan-gofumpt-devel on Fedora 36.

What is golang-mvdan-gofumpt-devel

A stricter gofmt. This package contains the source code needed for building packages that reference the following Go import paths – mvdan.cc/gofumpt

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

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

sudo dnf -y install golang-mvdan-gofumpt-devel

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

sudo yum -y install golang-mvdan-gofumpt-devel

How To Uninstall golang-mvdan-gofumpt-devel on Fedora 36

To uninstall only the golang-mvdan-gofumpt-devel package we can use the following command:

sudo dnf remove golang-mvdan-gofumpt-devel

golang-mvdan-gofumpt-devel Package Contents on Fedora 36

/usr/share/doc/golang-mvdan-gofumpt-devel
/usr/share/doc/golang-mvdan-gofumpt-devel/README.md
/usr/share/gocode/src/mvdan.cc
/usr/share/gocode/src/mvdan.cc/gofumpt
/usr/share/gocode/src/mvdan.cc/gofumpt/.goipath
/usr/share/gocode/src/mvdan.cc/gofumpt/CHANGELOG.md
/usr/share/gocode/src/mvdan.cc/gofumpt/README.md
/usr/share/gocode/src/mvdan.cc/gofumpt/format
/usr/share/gocode/src/mvdan.cc/gofumpt/format/format.go
/usr/share/gocode/src/mvdan.cc/gofumpt/format/format_test.go
/usr/share/gocode/src/mvdan.cc/gofumpt/format/rewrite.go
/usr/share/gocode/src/mvdan.cc/gofumpt/format/simplify.go
/usr/share/gocode/src/mvdan.cc/gofumpt/go.mod
/usr/share/gocode/src/mvdan.cc/gofumpt/gofmt.go
/usr/share/gocode/src/mvdan.cc/gofumpt/internal
/usr/share/gocode/src/mvdan.cc/gofumpt/internal.go
/usr/share/gocode/src/mvdan.cc/gofumpt/internal/diff
/usr/share/gocode/src/mvdan.cc/gofumpt/internal/diff/diff.go
/usr/share/gocode/src/mvdan.cc/gofumpt/internal/version
/usr/share/gocode/src/mvdan.cc/gofumpt/internal/version/version.go
/usr/share/gocode/src/mvdan.cc/gofumpt/main_test.go
/usr/share/licenses/golang-mvdan-gofumpt-devel
/usr/share/licenses/golang-mvdan-gofumpt-devel/LICENSE
/usr/share/licenses/golang-mvdan-gofumpt-devel/LICENSE.google

References

Summary

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