How to Install and Uninstall golang-github-mreiferson-httpclient-devel.noarch Package on Fedora 35

Last updated: October 10,2024

1. Install "golang-github-mreiferson-httpclient-devel.noarch" package

This is a short guide on how to install golang-github-mreiferson-httpclient-devel.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install golang-github-mreiferson-httpclient-devel.noarch

2. Uninstall "golang-github-mreiferson-httpclient-devel.noarch" package

This tutorial shows how to uninstall golang-github-mreiferson-httpclient-devel.noarch on Fedora 35:

$ sudo dnf remove golang-github-mreiferson-httpclient-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-mreiferson-httpclient-devel.noarch package on Fedora 35

Last metadata expiration check: 2:22:15 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : golang-github-mreiferson-httpclient-devel
Version : 0
Release : 0.23.20210110git5e475fd.fc35
Architecture : noarch
Size : 15 k
Source : golang-github-mreiferson-httpclient-0-0.23.20210110git5e475fd.fc35.src.rpm
Repository : fedora
Summary : Go HTTP client with timeouts
URL : https://github.com/mreiferson/go-httpclient
License : MIT
Description : Go-httpclient provides an HTTP Transport that implements the RoundTripper
: interface and can be used as a built in replacement for the standard library's,
: providing:
:
: – connection timeouts
: – request timeouts
:
: This is a thin wrapper around http.Transport that sets dial timeouts and uses
: Go's internal timer scheduler to call the Go 1.1+ CancelRequest() API.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/mreiferson/go-httpclient