How To Install golang-github-linuxkit-virtsock-devel on Fedora 36

In this tutorial we learn how to install golang-github-linuxkit-virtsock-devel in Fedora 36. golang-github-linuxkit-virtsock-devel is Go bindings for virtio and Hyper-V sockets

Introduction

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

What is golang-github-linuxkit-virtsock-devel

This package contains Go bindings and sample code for Hyper-V sockets and virtio sockets(VSOCK). This package contains the source code needed for building packages that reference the following Go import paths – github.com/linuxkit/virtsock

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

Install golang-github-linuxkit-virtsock-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-linuxkit-virtsock-devel using dnf by running the following command:

sudo dnf -y install golang-github-linuxkit-virtsock-devel

Install golang-github-linuxkit-virtsock-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-linuxkit-virtsock-devel using yum by running the following command:

sudo yum -y install golang-github-linuxkit-virtsock-devel

How To Uninstall golang-github-linuxkit-virtsock-devel on Fedora 36

To uninstall only the golang-github-linuxkit-virtsock-devel package we can use the following command:

sudo dnf remove golang-github-linuxkit-virtsock-devel

golang-github-linuxkit-virtsock-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-linuxkit-virtsock-devel
/usr/share/doc/golang-github-linuxkit-virtsock-devel/AUTHORS
/usr/share/doc/golang-github-linuxkit-virtsock-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/linuxkit
/usr/share/gocode/src/github.com/linuxkit/virtsock
/usr/share/gocode/src/github.com/linuxkit/virtsock/.goipath
/usr/share/gocode/src/github.com/linuxkit/virtsock/README.md
/usr/share/gocode/src/github.com/linuxkit/virtsock/c
/usr/share/gocode/src/github.com/linuxkit/virtsock/c/README.md
/usr/share/gocode/src/github.com/linuxkit/virtsock/cmd
/usr/share/gocode/src/github.com/linuxkit/virtsock/cmd/sock_stress
/usr/share/gocode/src/github.com/linuxkit/virtsock/cmd/sock_stress/README.md
/usr/share/gocode/src/github.com/linuxkit/virtsock/cmd/sock_stress/dgram_echo.go
/usr/share/gocode/src/github.com/linuxkit/virtsock/cmd/sock_stress/hvsock.go
/usr/share/gocode/src/github.com/linuxkit/virtsock/cmd/sock_stress/main.go
/usr/share/gocode/src/github.com/linuxkit/virtsock/cmd/sock_stress/main_darwin.go
/usr/share/gocode/src/github.com/linuxkit/virtsock/cmd/sock_stress/main_fallback.go
/usr/share/gocode/src/github.com/linuxkit/virtsock/cmd/sock_stress/stream_echo.go
/usr/share/gocode/src/github.com/linuxkit/virtsock/cmd/sock_stress/tcp.go
/usr/share/gocode/src/github.com/linuxkit/virtsock/cmd/sock_stress/udp.go
/usr/share/gocode/src/github.com/linuxkit/virtsock/cmd/sock_stress/unix.go
/usr/share/gocode/src/github.com/linuxkit/virtsock/cmd/sock_stress/utils.go
/usr/share/gocode/src/github.com/linuxkit/virtsock/cmd/sock_stress/vsock.go
/usr/share/gocode/src/github.com/linuxkit/virtsock/cmd/vsudd
/usr/share/gocode/src/github.com/linuxkit/virtsock/cmd/vsudd/main.go
/usr/share/gocode/src/github.com/linuxkit/virtsock/cmd/vsudd/vsyslog.go
/usr/share/gocode/src/github.com/linuxkit/virtsock/pkg
/usr/share/gocode/src/github.com/linuxkit/virtsock/pkg/hvsock
/usr/share/gocode/src/github.com/linuxkit/virtsock/pkg/hvsock/hvsock.go
/usr/share/gocode/src/github.com/linuxkit/virtsock/pkg/hvsock/hvsock_fallback.go
/usr/share/gocode/src/github.com/linuxkit/virtsock/pkg/hvsock/hvsock_linux.go
/usr/share/gocode/src/github.com/linuxkit/virtsock/pkg/hvsock/hvsock_windows.go
/usr/share/gocode/src/github.com/linuxkit/virtsock/pkg/hvsock/zsyscall_windows.go
/usr/share/gocode/src/github.com/linuxkit/virtsock/pkg/vsock
/usr/share/gocode/src/github.com/linuxkit/virtsock/pkg/vsock/fallback.go
/usr/share/gocode/src/github.com/linuxkit/virtsock/pkg/vsock/hyperkit_darwin.go
/usr/share/gocode/src/github.com/linuxkit/virtsock/pkg/vsock/vsock.go
/usr/share/gocode/src/github.com/linuxkit/virtsock/pkg/vsock/vsock_linux.go
/usr/share/licenses/golang-github-linuxkit-virtsock-devel
/usr/share/licenses/golang-github-linuxkit-virtsock-devel/LICENSE

References

Summary

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