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

Last updated: January 12,2025

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

This guide let you learn how to install golang-sigs-k8s-yaml-devel.noarch on Fedora 36

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

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

Please follow the instructions below to uninstall golang-sigs-k8s-yaml-devel.noarch on Fedora 36:

$ 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 36

Last metadata expiration check: 2:28:18 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-sigs-k8s-yaml-devel
Version : 1.2.0
Release : 6.fc36
Architecture : noarch
Size : 25 k
Source : golang-sigs-k8s-yaml-1.2.0-6.fc36.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