How to Install and Uninstall golang-github-inconshreveable-vhost-devel.noarch Package on Fedora 34

Last updated: July 03,2024

1. Install "golang-github-inconshreveable-vhost-devel.noarch" package

Please follow the instructions below to install golang-github-inconshreveable-vhost-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-inconshreveable-vhost-devel.noarch

2. Uninstall "golang-github-inconshreveable-vhost-devel.noarch" package

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

$ sudo dnf remove golang-github-inconshreveable-vhost-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-inconshreveable-vhost-devel.noarch package on Fedora 34

Last metadata expiration check: 1:06:39 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-inconshreveable-vhost-devel
Version : 0
Release : 0.10.20190629git06d8411.fc34
Architecture : noarch
Size : 21 k
Source : golang-github-inconshreveable-vhost-0-0.10.20190629git06d8411.fc34.src.rpm
Repository : fedora
Summary : HTTP/TLS hostname multiplexing library for Go
URL : https://github.com/inconshreveable/go-vhost
License : ASL 2.0
Description : Go-vhost is a simple library that lets you implement virtual hosting
: functionality for different protocols (HTTP and TLS so far). Go-vhost has a
: high-level and a low-level interface. The high-level interface lets you wrap
: existing net.Listeners with "muxer" objects. You can then Listen() on a muxer
: for a particular virtual host name of interest which will return to you a
: net.Listener for just connections with the virtual hostname of interest.
:
: The lower-level Go-vhost interface are just functions which extract the
: name/routing information for the given protocol and return an object
: implementing net.Conn which works as if no bytes had been consumed.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/inconshreveable/go-vhost