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

Last updated: May 19,2024

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

In this section, we are going to explain the necessary steps to install golang-github-cenkalti-backoff-devel.noarch on Fedora 36

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

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

In this section, we are going to explain the necessary steps to uninstall golang-github-cenkalti-backoff-devel.noarch on Fedora 36:

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

Last metadata expiration check: 1:52:52 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-cenkalti-backoff-devel
Version : 4.1.2
Release : 2.fc36
Architecture : noarch
Size : 21 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 contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/cenkalti/backoff