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

Last updated: September 20,2024

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

Learn how to install golang-github-mreiferson-httpclient-devel.noarch on Fedora 34

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

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

Please follow the step by step instructions below to uninstall golang-github-mreiferson-httpclient-devel.noarch on Fedora 34:

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

Last metadata expiration check: 5:37:28 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-mreiferson-httpclient-devel
Version : 0
Release : 0.22.20210110git5e475fd.fc34
Architecture : noarch
Size : 15 k
Source : golang-github-mreiferson-httpclient-0-0.22.20210110git5e475fd.fc34.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