How to Install and Uninstall golang-github-hashicorp-go-multierror-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: November 25,2024

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

This guide covers the steps necessary to install golang-github-hashicorp-go-multierror-dev on Ubuntu 20.10 (Groovy Gorilla)

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

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

Here is a brief guide to show you how to uninstall golang-github-hashicorp-go-multierror-dev on Ubuntu 20.10 (Groovy Gorilla):

$ 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 20.10 (Groovy Gorilla)

Package: golang-github-hashicorp-go-multierror-dev
Architecture: all
Version: 1.0.0-1
Priority: extra
Section: universe/devel
Source: golang-github-hashicorp-go-multierror
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 46
Depends: golang-github-hashicorp-errwrap-dev (>= 1.0.0~)
Filename: pool/universe/g/golang-github-hashicorp-go-multierror/golang-github-hashicorp-go-multierror-dev_1.0.0-1_all.deb
Size: 10636
MD5sum: 55c34d19c9ab85102724b9b73fd72caa
SHA1: 81e6259d7c825a04b4f630b06622963cab75103d
SHA256: eacd9fb4ce0a0f905e97a3867e778b4255467043ef4187ce5eabc375f0fd9dff
SHA512: 74d5d71ba862d2079570fe41ab2791600446604f6cf593d0295792b4adbb9504bf6cd6b6c2875f3b327021626fbe691986ae7e07e6c6aab5e6a131a67413b247
Homepage: https://github.com/hashicorp/go-multierror
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