How to Install and Uninstall golang-github-ghodss-yaml-devel.noarch Package on Fedora 34

Last updated: May 19,2024

1. Install "golang-github-ghodss-yaml-devel.noarch" package

Please follow the guidance below to install golang-github-ghodss-yaml-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-ghodss-yaml-devel.noarch

2. Uninstall "golang-github-ghodss-yaml-devel.noarch" package

This is a short guide on how to uninstall golang-github-ghodss-yaml-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-ghodss-yaml-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-ghodss-yaml-devel.noarch package on Fedora 34

Last metadata expiration check: 5:12:47 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-ghodss-yaml-devel
Version : 1.0.0
Release : 5.fc34
Architecture : noarch
Size : 20 k
Source : golang-github-ghodss-yaml-1.0.0-5.fc34.src.rpm
Repository : fedora
Summary : YAML marshaling and unmarshaling support for Go
URL : https://github.com/ghodss/yaml
License : MIT and BSD
Description : In short, this library first converts YAML to JSON using go-yaml and then uses
: json.Marshal and json.Unmarshal to convert to or from the struct. This means
: that it effectively reuses the JSON struct tags as well as the custom JSON
: methods MarshalJSON and UnmarshalJSON unlike go-yaml.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/ghodss/yaml