How to Install and Uninstall golang-mvdan-editorconfig-devel.noarch Package on Fedora 39

Last updated: November 26,2024

1. Install "golang-mvdan-editorconfig-devel.noarch" package

This guide covers the steps necessary to install golang-mvdan-editorconfig-devel.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install golang-mvdan-editorconfig-devel.noarch

2. Uninstall "golang-mvdan-editorconfig-devel.noarch" package

This tutorial shows how to uninstall golang-mvdan-editorconfig-devel.noarch on Fedora 39:

$ sudo dnf remove golang-mvdan-editorconfig-devel.noarch $ sudo dnf autoremove

3. Information about the golang-mvdan-editorconfig-devel.noarch package on Fedora 39

Last metadata expiration check: 1:35:24 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : golang-mvdan-editorconfig-devel
Version : 0.2.0
Release : 6.fc39
Architecture : noarch
Size : 18 k
Source : golang-mvdan-editorconfig-0.2.0-6.fc39.src.rpm
Repository : fedora
Summary : EditorConfig support in Go
URL : https://github.com/mvdan/editorconfig
License : BSD
Description : 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