How to Install and Uninstall golang-github-errors-devel.noarch Package on Fedora 36

Last updated: October 02,2024

1. Install "golang-github-errors-devel.noarch" package

Please follow the step by step instructions below to install golang-github-errors-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-errors-devel.noarch

2. Uninstall "golang-github-errors-devel.noarch" package

This is a short guide on how to uninstall golang-github-errors-devel.noarch on Fedora 36:

$ sudo dnf remove golang-github-errors-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-errors-devel.noarch package on Fedora 36

Last metadata expiration check: 3:24:11 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : golang-github-errors-devel
Version : 1.1.1
Release : 5.fc36
Architecture : noarch
Size : 18 k
Source : golang-github-errors-1.1.1-5.fc36.src.rpm
Repository : fedora
Summary : Errors with stacktraces for Go
URL : https://github.com/go-errors/errors
License : MIT
Description : Package Errors adds stacktrace support to errors in Go.
:
: This is particularly useful when you want to understand the state of execution
: when an error was returned unexpectedly.
:
: It provides the type *Error which implements the standard golang error
: interface, so you can use this library interchangably with code that is
: expecting a normal error return.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/go-errors/errors