How to Install and Uninstall golang-github-invopop-yaml-dev Package on Kali Linux

Last updated: May 18,2024

1. Install "golang-github-invopop-yaml-dev" package

This tutorial shows how to install golang-github-invopop-yaml-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-invopop-yaml-dev

2. Uninstall "golang-github-invopop-yaml-dev" package

Please follow the steps below to uninstall golang-github-invopop-yaml-dev on Kali Linux:

$ sudo apt remove golang-github-invopop-yaml-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-invopop-yaml-dev package on Kali Linux

Package: golang-github-invopop-yaml-dev
Source: golang-github-invopop-yaml
Version: 0.2.0-2
Installed-Size: 53
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-gopkg-yaml.v3-dev (>= 3.0.0)
Size: 14420
SHA256: 01ead301bffef82753e661871463256236cc750201547553851278e58a123782
SHA1: b91b007f7d0e7de2f2899882f21dbcb2a6dc33ee
MD5sum: ee8c172b51aeadfb83d4207c19cce9dc
Description: better way to marshal and unmarshal YAML in Golang
This package is a wrapper around go-yaml (gopkg.in/yaml.v3) designed to
enable a better way of handling YAML when marshaling to and from structs.
.
This is a fork and split of the original github.com/ghodss/yaml
repository which no longer appears to be maintained.
.
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.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/invopop/yaml
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-invopop-yaml/golang-github-invopop-yaml-dev_0.2.0-2_all.deb