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

Last updated: October 05,2024

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

This is a short guide on how to install golang-sigs-k8s-yaml-devel.noarch on Fedora 34

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

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

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

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

Last metadata expiration check: 5:37:15 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-sigs-k8s-yaml-devel
Version : 1.2.0
Release : 3.fc34
Architecture : noarch
Size : 25 k
Source : golang-sigs-k8s-yaml-1.2.0-3.fc34.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