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

Last updated: May 06,2024

1. Install "golang-goyaml-dev" package

Please follow the step by step instructions below to install golang-goyaml-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install golang-goyaml-dev

2. Uninstall "golang-goyaml-dev" package

Here is a brief guide to show you how to uninstall golang-goyaml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove golang-goyaml-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: golang-goyaml-dev
Priority: extra
Section: universe/devel
Installed-Size: 307
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: amd64
Source: golang-goyaml
Version: 0.0~bzr50-1
Depends: dpkg-dev
Filename: pool/universe/g/golang-goyaml/golang-goyaml-dev_0.0~bzr50-1_amd64.deb
Size: 46360
MD5sum: b5991410f3ea2c57abc8ac266dda13dd
SHA1: 595d62662adfc0a50c3a4fcc5f1622119d388308
SHA256: 5fdb5e5c06ea2aa87093e6a95248cfd95f4cac75d31d76be5ddf655706f82859
Description-en: YAML support for the Go language
The goyaml package enables Go programs to very comfortably encode and
decode YAML values. It was developed within Canonical as part of the
juju project, and is based on a pure Go port of the well-known libyaml
C library to parse and generate YAML data quickly and reliably.
.
goyaml is almost compatible with YAML 1.1, including support for
anchors, tags, etc. There are still a few missing bits, such as
document merging, base-60 floats, and multi-document unmarshalling.
Description-md5: 086e0da0f7b47a4b4e1addd0d76cdb5d
Built-Using: golang (= 2:1.2-2ubuntu1), golang-gocheck (= 0.0~bzr20131118+85-2)
Homepage: https://wiki.ubuntu.com/goyaml
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu