How to Install and Uninstall golang-github-nebulouslabs-errors-dev Package on Kali Linux

Last updated: May 05,2024

1. Install "golang-github-nebulouslabs-errors-dev" package

Please follow the step by step instructions below to install golang-github-nebulouslabs-errors-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-nebulouslabs-errors-dev

2. Uninstall "golang-github-nebulouslabs-errors-dev" package

This guide covers the steps necessary to uninstall golang-github-nebulouslabs-errors-dev on Kali Linux:

$ sudo apt remove golang-github-nebulouslabs-errors-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-nebulouslabs-errors-dev package on Kali Linux

Package: golang-github-nebulouslabs-errors-dev
Source: golang-github-nebulouslabs-errors
Version: 0.0~git20170430.98e1f05-1.1
Installed-Size: 22
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 4728
SHA256: 11c9c9393c45ddac06f4b84fdb12f9207de3f78240ad039e6bf0a84c85e7e0be
SHA1: 74e2ceb33163980c566db27555f380575a698f33
MD5sum: 4d6a919ac402d73844b6e9dc4aae8261
Description: errors with context, composition, and easy error checking
The errors package is an extension of and drop in replacement for the
standard library errors package. Multiple errors can be composed into a
single error with the Compose function, or a single error can be
extended by adding context using the Extend function. The result can be
checked for the presence of a specific error using Contains. If any of
the underlying composed or extended errors or extensions match,
Contains will return true.
.
This package is especially beneficial during testing, where you may wish
to check for presence of a specific error, but that specific error may
be extending another error or may have been extended by another function
somewhere else in the call stack.
Description-md5:
Homepage: https://github.com/NebulousLabs/errors
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-nebulouslabs-errors/golang-github-nebulouslabs-errors-dev_0.0~git20170430.98e1f05-1.1_all.deb