How to Install and Uninstall golang-gopkg-retry-1-devel.noarch Package on Fedora 35

Last updated: November 28,2024

1. Install "golang-gopkg-retry-1-devel.noarch" package

Please follow the instructions below to install golang-gopkg-retry-1-devel.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install golang-gopkg-retry-1-devel.noarch

2. Uninstall "golang-gopkg-retry-1-devel.noarch" package

This tutorial shows how to uninstall golang-gopkg-retry-1-devel.noarch on Fedora 35:

$ sudo dnf remove golang-gopkg-retry-1-devel.noarch $ sudo dnf autoremove

3. Information about the golang-gopkg-retry-1-devel.noarch package on Fedora 35

Last metadata expiration check: 0:29:55 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : golang-gopkg-retry-1-devel
Version : 1.0.3
Release : 7.fc35
Architecture : noarch
Size : 19 k
Source : golang-gopkg-retry-1-1.0.3-7.fc35.src.rpm
Repository : fedora
Summary : Simple retry mechanism for Go
URL : https://github.com/go-retry/retry
License : LGPLv3
Description : Package retry provides a framework for retrying actions. It does not itself
: invoke the action to be retried, but is intended to be used in a retry loop.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – gopkg.in/retry.v1