How to Install and Uninstall golang-gopkg-errgo-2-devel.noarch Package on Fedora 35

Last updated: October 07,2024

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

Please follow the guidance below to install golang-gopkg-errgo-2-devel.noarch on Fedora 35

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

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

This guide covers the steps necessary to uninstall golang-gopkg-errgo-2-devel.noarch on Fedora 35:

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

3. Information about the golang-gopkg-errgo-2-devel.noarch package on Fedora 35

Last metadata expiration check: 1:25:29 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : golang-gopkg-errgo-2-devel
Version : 2.1.0
Release : 6.fc35
Architecture : noarch
Size : 19 k
Source : golang-gopkg-errgo-2-2.1.0-6.fc35.src.rpm
Repository : fedora
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