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

Last updated: May 10,2024

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

In this section, we are going to explain the necessary steps to install golang-github-pkg-errors-dev on Kali Linux

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

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

In this section, we are going to explain the necessary steps to uninstall golang-github-pkg-errors-dev on Kali Linux:

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

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

Package: golang-github-pkg-errors-dev
Source: golang-github-pkg-errors
Version: 0.9.1-3
Installed-Size: 67
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 12936
SHA256: 833b2ae263fa13ff80c90663f72581808e9b75e5bac1ad7bd0233a82816c2045
SHA1: cc9e2b9aabb76fc0b2053f0ed2ce19b46ac2ec17
MD5sum: 10cea16cc0543b73a2d67b526b19fd32
Description: Simple error handling primitives for Go
Package errors provides simple error handling primitives for the Go
programming language.
.
The traditional error handling idiom in Go results in error reports without
context or debugging information.
.
The errors package allows programmers to add context to the failure path in
their code in a way that does not destroy the original value of the error.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/pkg/errors
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-pkg-errors/golang-github-pkg-errors-dev_0.9.1-3_all.deb