How To Install golang-github-docker-connections-devel on Fedora 36

In this tutorial we learn how to install golang-github-docker-connections-devel in Fedora 36. golang-github-docker-connections-devel is Utility package to work with network connections

Introduction

In this tutorial we learn how to install golang-github-docker-connections-devel on Fedora 36.

What is golang-github-docker-connections-devel

Go-connections provides common package to work with network connections. This package contains the source code needed for building packages that reference the following Go import paths – github.com/docker/go-connections

We can use yum or dnf to install golang-github-docker-connections-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-docker-connections-devel.

Install golang-github-docker-connections-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install golang-github-docker-connections-devel using dnf by running the following command:

sudo dnf -y install golang-github-docker-connections-devel

Install golang-github-docker-connections-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install golang-github-docker-connections-devel using yum by running the following command:

sudo yum -y install golang-github-docker-connections-devel

How To Uninstall golang-github-docker-connections-devel on Fedora 36

To uninstall only the golang-github-docker-connections-devel package we can use the following command:

sudo dnf remove golang-github-docker-connections-devel

golang-github-docker-connections-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-docker-connections-devel
/usr/share/doc/golang-github-docker-connections-devel/CONTRIBUTING.md
/usr/share/doc/golang-github-docker-connections-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/docker
/usr/share/gocode/src/github.com/docker/go-connections
/usr/share/gocode/src/github.com/docker/go-connections/.goipath
/usr/share/gocode/src/github.com/docker/go-connections/CONTRIBUTING.md
/usr/share/gocode/src/github.com/docker/go-connections/README.md
/usr/share/gocode/src/github.com/docker/go-connections/doc.go
/usr/share/gocode/src/github.com/docker/go-connections/nat
/usr/share/gocode/src/github.com/docker/go-connections/nat/nat.go
/usr/share/gocode/src/github.com/docker/go-connections/nat/nat_test.go
/usr/share/gocode/src/github.com/docker/go-connections/nat/parse.go
/usr/share/gocode/src/github.com/docker/go-connections/nat/parse_test.go
/usr/share/gocode/src/github.com/docker/go-connections/nat/sort.go
/usr/share/gocode/src/github.com/docker/go-connections/nat/sort_test.go
/usr/share/gocode/src/github.com/docker/go-connections/proxy
/usr/share/gocode/src/github.com/docker/go-connections/proxy/logger.go
/usr/share/gocode/src/github.com/docker/go-connections/proxy/network_proxy_test.go
/usr/share/gocode/src/github.com/docker/go-connections/proxy/proxy.go
/usr/share/gocode/src/github.com/docker/go-connections/proxy/stub_proxy.go
/usr/share/gocode/src/github.com/docker/go-connections/proxy/tcp_proxy.go
/usr/share/gocode/src/github.com/docker/go-connections/proxy/udp_proxy.go
/usr/share/gocode/src/github.com/docker/go-connections/sockets
/usr/share/gocode/src/github.com/docker/go-connections/sockets/README.md
/usr/share/gocode/src/github.com/docker/go-connections/sockets/inmem_socket.go
/usr/share/gocode/src/github.com/docker/go-connections/sockets/inmem_socket_test.go
/usr/share/gocode/src/github.com/docker/go-connections/sockets/proxy.go
/usr/share/gocode/src/github.com/docker/go-connections/sockets/sockets.go
/usr/share/gocode/src/github.com/docker/go-connections/sockets/sockets_unix.go
/usr/share/gocode/src/github.com/docker/go-connections/sockets/sockets_windows.go
/usr/share/gocode/src/github.com/docker/go-connections/sockets/tcp_socket.go
/usr/share/gocode/src/github.com/docker/go-connections/sockets/unix_socket.go
/usr/share/gocode/src/github.com/docker/go-connections/tlsconfig
/usr/share/gocode/src/github.com/docker/go-connections/tlsconfig/certpool_go17.go
/usr/share/gocode/src/github.com/docker/go-connections/tlsconfig/certpool_other.go
/usr/share/gocode/src/github.com/docker/go-connections/tlsconfig/config.go
/usr/share/gocode/src/github.com/docker/go-connections/tlsconfig/config_client_ciphers.go
/usr/share/gocode/src/github.com/docker/go-connections/tlsconfig/config_legacy_client_ciphers.go
/usr/share/gocode/src/github.com/docker/go-connections/tlsconfig/config_test.go
/usr/share/licenses/golang-github-docker-connections-devel
/usr/share/licenses/golang-github-docker-connections-devel/LICENSE

References

Summary

In this tutorial we learn how to install golang-github-docker-connections-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).