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

In this tutorial we learn how to install golang-mvdan-editorconfig-devel in Fedora 36. golang-mvdan-editorconfig-devel is EditorConfig support in Go

Introduction

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

What is golang-mvdan-editorconfig-devel

A small package to parse and use EditorConfig files. Currently passes all of the official test cases. Note that an official library exists for Go. This alternative implementation started with a different design – Specialised INI parser, for full compatibility with the spec – Ability to cache parsing files and compiling pattern matches – Storing and querying all properties equally – Minimising pointers and maps to store data This package contains the source code needed for building packages that reference the following Go import paths – mvdan.cc/editorconfig

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

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

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

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

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

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

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

sudo dnf remove golang-mvdan-editorconfig-devel

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

/usr/share/doc/golang-mvdan-editorconfig-devel
/usr/share/doc/golang-mvdan-editorconfig-devel/README.md
/usr/share/gocode/src/mvdan.cc
/usr/share/gocode/src/mvdan.cc/editorconfig
/usr/share/gocode/src/mvdan.cc/editorconfig/.goipath
/usr/share/gocode/src/mvdan.cc/editorconfig/README.md
/usr/share/gocode/src/mvdan.cc/editorconfig/cmd_test.go
/usr/share/gocode/src/mvdan.cc/editorconfig/editorconfig.go
/usr/share/gocode/src/mvdan.cc/editorconfig/editorconfig_test.go
/usr/share/gocode/src/mvdan.cc/editorconfig/example_test.go
/usr/share/gocode/src/mvdan.cc/editorconfig/go.mod
/usr/share/gocode/src/mvdan.cc/editorconfig/pattern_bundle.go
/usr/share/licenses/golang-mvdan-editorconfig-devel
/usr/share/licenses/golang-mvdan-editorconfig-devel/LICENSE

References

Summary

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