How to Install and Uninstall golang-gopkg-errgo-2-devel.noarch Package on Oracle Linux 9

Last updated: September 22,2024

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

Learn how to install golang-gopkg-errgo-2-devel.noarch on Oracle Linux 9

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

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

This tutorial shows how to uninstall golang-gopkg-errgo-2-devel.noarch on Oracle Linux 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 Oracle Linux 9

Last metadata expiration check: 0:35:28 ago on Thu Feb 15 07:50:05 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