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

Last updated: October 02,2024

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

Here is a brief guide to show you how to install golang-github-cenkalti-backoff-devel.noarch on Fedora 38

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

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

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

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

Last metadata expiration check: 5:16:26 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : golang-github-cenkalti-backoff-devel
Version : 4.2.0
Release : 2.fc38
Architecture : noarch
Size : 25 k
Source : golang-github-cenkalti-backoff-4.2.0-2.fc38.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