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

Last updated: July 01,2024

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

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

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

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

Please follow the step by step instructions below to uninstall golang-gopkg-retry-1-devel.noarch on Fedora 34:

$ 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 34

Last metadata expiration check: 1:28:03 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-gopkg-retry-1-devel
Version : 1.0.3
Release : 6.fc34
Architecture : noarch
Size : 19 k
Source : golang-gopkg-retry-1-1.0.3-6.fc34.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