How to Install and Uninstall golang-github-hashicorp-sockaddr-devel.noarch Package on Fedora 35

Last updated: October 06,2024

1. Install "golang-github-hashicorp-sockaddr-devel.noarch" package

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

$ sudo dnf update $ sudo dnf install golang-github-hashicorp-sockaddr-devel.noarch

2. Uninstall "golang-github-hashicorp-sockaddr-devel.noarch" package

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

$ sudo dnf remove golang-github-hashicorp-sockaddr-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-hashicorp-sockaddr-devel.noarch package on Fedora 35

Last metadata expiration check: 5:08:35 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : golang-github-hashicorp-sockaddr-devel
Version : 1.0.2
Release : 11.fc35
Architecture : noarch
Size : 81 k
Source : golang-github-hashicorp-sockaddr-1.0.2-11.fc35.src.rpm
Repository : updates
Summary : Ip address/unix socket convenience functions for go
URL : https://github.com/hashicorp/go-sockaddr
License : MPLv2.0
Description : Socket address convenience functions for Go. go-sockaddr is a convenience
: library that makes doing the right thing with IP addresses easy. go-sockaddr is
: loosely modeled after the UNIX sockaddr_t and creates a union of the family of
: sockaddr_t types (see below for an ascii diagram). Library documentation is
: available at https://godoc.org/github.com/hashicorp/go-sockaddr. The primary
: intent of the library was to make it possible to define heuristics for selecting
: the correct IP addresses when a configuration is evaluated at runtime. See the
: docs, template package, tests, and CLI utility for details and hints as to how
: to use this library.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/hashicorp/go-sockaddr