How to Install and Uninstall golang-github-hashicorp-go-multierror-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "golang-github-hashicorp-go-multierror-dev" package

Learn how to install golang-github-hashicorp-go-multierror-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install golang-github-hashicorp-go-multierror-dev

2. Uninstall "golang-github-hashicorp-go-multierror-dev" package

Please follow the instructions below to uninstall golang-github-hashicorp-go-multierror-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove golang-github-hashicorp-go-multierror-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-hashicorp-go-multierror-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: golang-github-hashicorp-go-multierror-dev
Priority: extra
Section: universe/devel
Installed-Size: 42
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: all
Source: golang-github-hashicorp-go-multierror
Version: 0.0~git20150916.0.d30f099-1
Depends: golang-github-hashicorp-errwrap-dev
Filename: pool/universe/g/golang-github-hashicorp-go-multierror/golang-github-hashicorp-go-multierror-dev_0.0~git20150916.0.d30f099-1_all.deb
Size: 9310
MD5sum: a1d405ee79f9866ba2e03f931ca84247
SHA1: 54ecff48fc5cea6377fc13a6d6656eed4bcf417a
SHA256: c4c4af17a5c9bfa77a57f12bbcc925a766821fecda090b4882d4ec174b1b67f2
Description-en: Go package for representing a list of errors as a single error
go-multierror is a package for Go that provides a mechanism for representing a
list of error values as a single error.
.
This allows a function in Go to return an error that might actually be a list
of errors. If the caller knows this, they can unwrap the list and access the
errors. If the caller doesn't know, the error formats to a nice human-readable
format.
.
go-multierror implements the errwrap interface so that it can be used with that
library, as well.
.
This package contains the source.
Description-md5: dc47eb8f2e548f41ec06fdf2648a6380
Homepage: https://github.com/hashicorp/go-multierror
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu