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

Last updated: May 04,2024

1. Install "golang-toml-dev" package

In this section, we are going to explain the necessary steps to install golang-toml-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "golang-toml-dev" package

This tutorial shows how to uninstall golang-toml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: golang-toml-dev
Priority: extra
Section: universe/devel
Installed-Size: 142
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: all
Source: golang-toml
Version: 0.1.0+git20160102.23.5c4df71-1
Depends: golang-go | gccgo
Filename: pool/universe/g/golang-toml/golang-toml-dev_0.1.0+git20160102.23.5c4df71-1_all.deb
Size: 33574
MD5sum: 791480e14cb1a6d444650e133385e6e2
SHA1: f41337411d7b668b93bae703f636235f49a29210
SHA256: 8c6a697b782115efbf1831861745164b79d3fd963cdd50aa3add9ee659029539
Description-en: TOML parser and encoder for Go with reflection
TOML stands for Tom's Obvious, Minimal Language. This Go package provides a
reflection interface similar to Go's standard library json and xml packages.
This package also supports the encoding.TextUnmarshaler and
encoding.TextMarshaler interfaces so that you can define custom data
representations.
.
This package contains the source.
Description-md5: d3e7da9730d6c61fd4d023d7bcbf602e
Homepage: https://github.com/BurntSushi/toml
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu