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

Last updated: May 06,2024

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

This tutorial shows how to install golang-mvdan-editorconfig-devel.noarch on Fedora 36

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

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

Please follow the steps below to uninstall golang-mvdan-editorconfig-devel.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:26:59 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : golang-mvdan-editorconfig-devel
Version : 0.2.0
Release : 3.fc36
Architecture : noarch
Size : 17 k
Source : golang-mvdan-editorconfig-0.2.0-3.fc36.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