How to Install and Uninstall golang-github-sethgrid-pester-devel.noarch Package on Fedora 34

Last updated: October 07,2024

1. Install "golang-github-sethgrid-pester-devel.noarch" package

Learn how to install golang-github-sethgrid-pester-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-sethgrid-pester-devel.noarch

2. Uninstall "golang-github-sethgrid-pester-devel.noarch" package

This guide let you learn how to uninstall golang-github-sethgrid-pester-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-sethgrid-pester-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-sethgrid-pester-devel.noarch package on Fedora 34

Last metadata expiration check: 5:22:31 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-sethgrid-pester-devel
Version : 1.1.0
Release : 2.fc34
Architecture : noarch
Size : 21 k
Source : golang-github-sethgrid-pester-1.1.0-2.fc34.src.rpm
Repository : fedora
Summary : Go http calls with retries and backoff
URL : https://github.com/sethgrid/pester
License : MIT
Description : Pester wraps Go's standard lib http client to provide several options to
: increase resiliency in your request. If you experience poor network conditions
: or requests could experience varied delays, you can now pester the endpoint
: for data.
:
: – Send out multiple requests and get the first back (only used for GET calls)
: – Retry on errors
: – Backoff
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/sethgrid/pester