How to Install and Uninstall golang-github-ghodss-yaml-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

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

This tutorial shows how to install golang-github-ghodss-yaml-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This guide let you learn how to uninstall golang-github-ghodss-yaml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the golang-github-ghodss-yaml-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: golang-github-ghodss-yaml-dev
Priority: extra
Section: universe/devel
Installed-Size: 47
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: all
Source: golang-github-ghodss-yaml
Version: 0.0~git20150909.0.73d445a-1
Depends: golang-go, golang-yaml.v2-dev
Filename: pool/universe/g/golang-github-ghodss-yaml/golang-github-ghodss-yaml-dev_0.0~git20150909.0.73d445a-1_all.deb
Size: 12424
MD5sum: a73bc50b2d25f046c4b45e7d068e2935
SHA1: f08923091ba93995473af3e35a0814ac3803cb6f
SHA256: e06e33c0fd2bec46af31b2caef026e929fdf34784743e17fa9e6c66506777d10
Description-en: better way to marshal and unmarshal YAML in Golang
This package is 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.
Description-md5: ef55acbd2904704d754ac076ab974ce7
Homepage: https://github.com/ghodss/yaml
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu