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

Last updated: October 06,2024

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

This guide covers the steps necessary to install compat-golang-github-cenkalti-backoff-4-devel.noarch on Fedora 34

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

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

This guide let you learn how to uninstall compat-golang-github-cenkalti-backoff-4-devel.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:07:03 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : compat-golang-github-cenkalti-backoff-4-devel
Version : 4.1.1
Release : 1.fc34
Architecture : noarch
Size : 8.6 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 provides symbolic links that alias the following Go import paths to
: github.com/cenkalti/backoff:
: – github.com/cenkalti/backoff/v4
:
: Aliasing Go import paths via symbolic links or http redirects is fragile. If
: your Go code depends on this package, you should patch it to import directly
: github.com/cenkalti/backoff.