How to Install and Uninstall golang-github-facebookgo-httpdown-devel.noarch Package on Fedora 38

Last updated: November 28,2024

1. Install "golang-github-facebookgo-httpdown-devel.noarch" package

Learn how to install golang-github-facebookgo-httpdown-devel.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install golang-github-facebookgo-httpdown-devel.noarch

2. Uninstall "golang-github-facebookgo-httpdown-devel.noarch" package

In this section, we are going to explain the necessary steps to uninstall golang-github-facebookgo-httpdown-devel.noarch on Fedora 38:

$ sudo dnf remove golang-github-facebookgo-httpdown-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-facebookgo-httpdown-devel.noarch package on Fedora 38

Last metadata expiration check: 4:06:52 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : golang-github-facebookgo-httpdown-devel
Version : 0
Release : 0.7.20190627git5979d39.fc36
Architecture : noarch
Size : 17 k
Source : golang-github-facebookgo-httpdown-0-0.7.20190627git5979d39.fc36.src.rpm
Repository : fedora
Summary : Http.ConnState enabled graceful termination of http.Server
URL : https://github.com/facebookgo/httpdown
License : MIT
Description : Package Httpdown provides a library that makes it easy to build a HTTP server
: that can be shutdown gracefully (that is, without dropping any connections).
:
: If you want graceful restart and not just graceful shutdown, look at the grace
: package which uses this package underneath but also provides graceful restart.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/facebookgo/httpdown