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

Last updated: May 14,2024

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

In this section, we are going to explain the necessary steps to install golang-github-juju-errors-dev on Ubuntu 20.10 (Groovy Gorilla)

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

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

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

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

3. Information about the golang-github-juju-errors-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: golang-github-juju-errors-dev
Architecture: all
Version: 0.0~git20170703.0.c7d06af-4
Priority: extra
Section: universe/devel
Source: golang-github-juju-errors
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: QA Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 73
Depends: golang-gopkg-check.v1-dev
Filename: pool/universe/g/golang-github-juju-errors/golang-github-juju-errors-dev_0.0~git20170703.0.c7d06af-4_all.deb
Size: 16336
MD5sum: d106c7e3b89c716331ca3f2ae7d0a607
SHA1: e4c013e8623c4d7c9b5ec0bd011050eeba96156c
SHA256: 97c959bd0021a0282597ffaf274295d2816fd5a5449e75100b916fe6b0ac293f
SHA512: 6f4a3f6612147d32a4d2a3838446a2d66e57b20cc26342a6e6f4e39398589470fbdb42fd4a2a40181ac63fa42685f10b456e2bf6134c4a47a5710d67346699d6
Homepage: https://github.com/juju/errors
Description-en: Common juju errors and functions to annotate errors
The juju/errors library provides an easy way to annotate errors without
losing the original error context.
.
The exported 'New' and 'Errorf' functions are designed to replace the
'errors.New' and 'fmt.Errorf' functions respectively. The same underlying
error is there, but the package also records the location at which the
error was created.
.
A primary use case for this library is to add extra context any time an error
is returned from a function.
Description-md5: bfa2c20f28b221dd2b49caa3f2a35fc8