How to Install and Uninstall golang-github-nebulouslabs-errors-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 17,2024

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

In this section, we are going to explain the necessary steps to install golang-github-nebulouslabs-errors-dev on Ubuntu 21.04 (Hirsute Hippo)

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

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

This is a short guide on how to uninstall golang-github-nebulouslabs-errors-dev on Ubuntu 21.04 (Hirsute Hippo):

$ 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 21.04 (Hirsute Hippo)

Package: golang-github-nebulouslabs-errors-dev
Architecture: all
Version: 0.0~git20170430.98e1f05-1.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.1_all.deb
Size: 4768
MD5sum: 96d43626ddad2a8f8c00a62f1f1c7b56
SHA1: f9c4b9641ffa304bfb9b18cf302e6a0c37b7283a
SHA256: 0b43b6594963f7daac89b5a4f7822f777d85bd7f339fad5525b739ddbd39cc09
SHA512: dbc9fb0106611276fab006f60303e8bb5f18201cab34db9476407644f6888c4c7ec2550a076b578cc13593e4847292fcdca04e09bc682077a94fa5bca78e0f3e
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