How to Install and Uninstall golang-github-nebulouslabs-errors-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 09,2024

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

Learn how to install golang-github-nebulouslabs-errors-dev on Ubuntu 20.10 (Groovy Gorilla)

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

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

This tutorial shows how to uninstall golang-github-nebulouslabs-errors-dev on Ubuntu 20.10 (Groovy Gorilla):

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

Package: golang-github-nebulouslabs-errors-dev
Architecture: all
Version: 0.0~git20170430.98e1f05-1
Priority: optional
Section: universe/devel
Source: golang-github-nebulouslabs-errors
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 22
Filename: pool/universe/g/golang-github-nebulouslabs-errors/golang-github-nebulouslabs-errors-dev_0.0~git20170430.98e1f05-1_all.deb
Size: 4632
MD5sum: 7d18d9f4c15f0c70fb83cf0eee25296d
SHA1: 30c8e2c09357fb93d3393803eedaac11da684583
SHA256: c3f30ff92f5bfe0306cbb7539a192a4c514b066943731a6baf83fe134dae5849
SHA512: 97366ebb4fb915c5e197cc919b71e025d5febaeb119f383edd8ba90f3e3ff5ac90370a5da4fe2a35dbb47566760062a247364aec8245bc34695488b96b46a307
Homepage: https://github.com/NebulousLabs/errors
Description-en: 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: 2c64f35d078a7fcc5d0174e2d6120007