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

Last updated: May 19,2024

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

This is a short guide on how to install compat-golang-github-cenkalti-backoff-4-devel.noarch on Fedora 35

$ 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 is a short guide on how to uninstall compat-golang-github-cenkalti-backoff-4-devel.noarch on Fedora 35:

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

Last metadata expiration check: 1:05:57 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : compat-golang-github-cenkalti-backoff-4-devel
Version : 4.1.1
Release : 2.fc35
Architecture : noarch
Size : 8.6 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 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.