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

Last updated: January 11,2025

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

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

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

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

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

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

Last metadata expiration check: 2:13:32 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : golang-github-mreiferson-httpclient-devel
Version : 0
Release : 0.26.20210110git5e475fd.fc38
Architecture : noarch
Size : 15 k
Source : golang-github-mreiferson-httpclient-0-0.26.20210110git5e475fd.fc38.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