How to Install and Uninstall golang-sigs-k8s-yaml-devel.noarch Package on Fedora 35

Last updated: October 05,2024

1. Install "golang-sigs-k8s-yaml-devel.noarch" package

This guide covers the steps necessary to install golang-sigs-k8s-yaml-devel.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install golang-sigs-k8s-yaml-devel.noarch

2. Uninstall "golang-sigs-k8s-yaml-devel.noarch" package

This is a short guide on how to uninstall golang-sigs-k8s-yaml-devel.noarch on Fedora 35:

$ sudo dnf remove golang-sigs-k8s-yaml-devel.noarch $ sudo dnf autoremove

3. Information about the golang-sigs-k8s-yaml-devel.noarch package on Fedora 35

Last metadata expiration check: 1:13:53 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : golang-sigs-k8s-yaml-devel
Version : 1.2.0
Release : 4.fc35
Architecture : noarch
Size : 25 k
Source : golang-sigs-k8s-yaml-1.2.0-4.fc35.src.rpm
Repository : fedora
Summary : Marshal and unmarshal YAML in Go
URL : https://github.com/kubernetes-sigs/yaml
License : MIT and BSD
Description : A wrapper around go-yaml designed to enable a better way of handling YAML when
: marshaling to and from structs.
:
: 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:
: – sigs.k8s.io/yaml