How to Install and Uninstall golang-github-hashicorp-go-multierror-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 16,2024

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

Please follow the guidelines below to install golang-github-hashicorp-go-multierror-dev on Ubuntu 21.10 (Impish Indri)

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

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

Please follow the steps below to uninstall golang-github-hashicorp-go-multierror-dev on Ubuntu 21.10 (Impish Indri):

$ 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 21.10 (Impish Indri)

Package: golang-github-hashicorp-go-multierror-dev
Architecture: all
Version: 1.1.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: 36
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.1.0-1_all.deb
Size: 7760
MD5sum: 02a056bcfa0b1cfbec9a4d7236559ae9
SHA1: 8bd4d74d677998262cad1c7d500be60e31214f96
SHA256: a65bcfead6ed9c70a972ee12b86db7c22828a1de29588eb18333fe9b73bee8c3
SHA512: 562fb8328cf0df3c1f92c24ca23d426c512cfb0ff5295242433caa604de5f2325531931bb4b54a8e9d579ebedd8f2b292cd448ab015c5cd87608fe592d668b80
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