How to Install and Uninstall golang-gopkg-errgo-2-devel.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "golang-gopkg-errgo-2-devel.noarch" package

Here is a brief guide to show you how to install golang-gopkg-errgo-2-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install golang-gopkg-errgo-2-devel.noarch

2. Uninstall "golang-gopkg-errgo-2-devel.noarch" package

This is a short guide on how to uninstall golang-gopkg-errgo-2-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove golang-gopkg-errgo-2-devel.noarch $ sudo dnf autoremove

3. Information about the golang-gopkg-errgo-2-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:58:10 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : golang-gopkg-errgo-2-devel
Version : 2.1.0
Release : 11.el9
Architecture : noarch
Size : 19 k
Source : golang-gopkg-errgo-2-2.1.0-11.el9.src.rpm
Repository : epel
Summary : Dependable Go errors with tracebacks
URL : https://github.com/go-errgo/errgo
License : BSD
Description : The Errgo package provides a way to create and diagnose errors. It is compatible
: with the usual Go error idioms but adds a way to wrap errors so that they record
: source location information while retaining a consistent way for code to inspect
: errors to find out particular problems.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – gopkg.in/errgo.v2