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

Last updated: October 11,2024

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

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

$ 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

Please follow the steps below to uninstall compat-golang-github-cenkalti-backoff-4-devel.noarch on Fedora 36:

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

Last metadata expiration check: 4:23:29 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : compat-golang-github-cenkalti-backoff-4-devel
Version : 4.1.2
Release : 2.fc36
Architecture : noarch
Size : 8.7 k
Source : golang-github-cenkalti-backoff-4.1.2-2.fc36.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.