How to Install and Uninstall golang-github-cenkalti-backoff-devel.noarch Package on Fedora 34

Last updated: October 07,2024

1. Install "golang-github-cenkalti-backoff-devel.noarch" package

Please follow the step by step instructions below to install golang-github-cenkalti-backoff-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-cenkalti-backoff-devel.noarch

2. Uninstall "golang-github-cenkalti-backoff-devel.noarch" package

Please follow the instructions below to uninstall golang-github-cenkalti-backoff-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-cenkalti-backoff-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-cenkalti-backoff-devel.noarch package on Fedora 34

Last metadata expiration check: 4:11:32 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-cenkalti-backoff-devel
Version : 4.1.1
Release : 1.fc34
Architecture : noarch
Size : 20 k
Source : golang-github-cenkalti-backoff-4.1.1-1.fc34.src.rpm
Repository : updates
Summary : Exponential backoff algorithm in Go
URL : https://github.com/cenkalti/backoff
License : MIT
Description : This is a Go port of the exponential backoff algorithm from Google's HTTP
: Client Library for Java.
:
: Exponential backoff is an algorithm that uses feedback to multiplicatively
: decrease the rate of some process, in order to gradually find an acceptable
: rate. The retries exponentially increase and stop increasing when a certain
: threshold is met.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/cenkalti/backoff