How to Install and Uninstall golang-github-hashicorp-sockaddr.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "golang-github-hashicorp-sockaddr.x86_64" package

Please follow the steps below to install golang-github-hashicorp-sockaddr.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-hashicorp-sockaddr.x86_64

2. Uninstall "golang-github-hashicorp-sockaddr.x86_64" package

Here is a brief guide to show you how to uninstall golang-github-hashicorp-sockaddr.x86_64 on Fedora 34:

$ sudo dnf remove golang-github-hashicorp-sockaddr.x86_64 $ sudo dnf autoremove

3. Information about the golang-github-hashicorp-sockaddr.x86_64 package on Fedora 34

Last metadata expiration check: 5:07:54 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-hashicorp-sockaddr
Version : 1.0.2
Release : 8.fc34
Architecture : x86_64
Size : 2.0 M
Source : golang-github-hashicorp-sockaddr-1.0.2-8.fc34.src.rpm
Repository : fedora
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.