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

Last updated: July 08,2024

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

This guide let you learn how to install golang-github-cenkalti-backoff-devel.noarch on Fedora 35

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

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

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

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

Last metadata expiration check: 3:20:34 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : golang-github-cenkalti-backoff-devel
Version : 4.1.1
Release : 2.fc35
Architecture : noarch
Size : 20 k
Source : golang-github-cenkalti-backoff-4.1.1-2.fc35.src.rpm
Repository : fedora
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