How to Install and Uninstall golang-github-hashicorp-go-multierror-dev Package on Kali Linux

Last updated: May 17,2024

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

Here is a brief guide to show you how to install golang-github-hashicorp-go-multierror-dev on Kali Linux

$ 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 Kali Linux:

$ 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 Kali Linux

Package: golang-github-hashicorp-go-multierror-dev
Source: golang-github-hashicorp-go-multierror
Version: 1.1.1-2
Installed-Size: 37
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-hashicorp-errwrap-dev
Size: 7804
SHA256: d6a26e7b21e7547f664548a4f4dc357e71873a9b08a0d83afe051ae1ecfc35f6
SHA1: fdde7b333ebd33163e295eb8e6702fadbf9aec57
MD5sum: 668cfdedb48e1b48bb79ae9cd25f1d77
Description: 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:
Multi-Arch: foreign
Homepage: https://github.com/hashicorp/go-multierror
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-hashicorp-go-multierror/golang-github-hashicorp-go-multierror-dev_1.1.1-2_all.deb