How To Install golang-github-crossdock-devel on Fedora 36

In this tutorial we learn how to install golang-github-crossdock-devel in Fedora 36. golang-github-crossdock-devel is Go client for Crossdock

Introduction

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

What is golang-github-crossdock-devel

A Go client for Crossdock. This package contains the source code needed for building packages that reference the following Go import paths – github.com/crossdock/crossdock-go

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

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

sudo dnf -y install golang-github-crossdock-devel

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

sudo yum -y install golang-github-crossdock-devel

How To Uninstall golang-github-crossdock-devel on Fedora 36

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

sudo dnf remove golang-github-crossdock-devel

golang-github-crossdock-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-crossdock-devel
/usr/share/doc/golang-github-crossdock-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/crossdock
/usr/share/gocode/src/github.com/crossdock/crossdock-go
/usr/share/gocode/src/github.com/crossdock/crossdock-go/.goipath
/usr/share/gocode/src/github.com/crossdock/crossdock-go/README.md
/usr/share/gocode/src/github.com/crossdock/crossdock-go/assert
/usr/share/gocode/src/github.com/crossdock/crossdock-go/assert/assertion_forward.go
/usr/share/gocode/src/github.com/crossdock/crossdock-go/assert/assertions.go
/usr/share/gocode/src/github.com/crossdock/crossdock-go/assert/assertions_test.go
/usr/share/gocode/src/github.com/crossdock/crossdock-go/assert/doc.go
/usr/share/gocode/src/github.com/crossdock/crossdock-go/assert/errors.go
/usr/share/gocode/src/github.com/crossdock/crossdock-go/assert/forward_assertions.go
/usr/share/gocode/src/github.com/crossdock/crossdock-go/assert/forward_assertions_test.go
/usr/share/gocode/src/github.com/crossdock/crossdock-go/assert/http_assertions.go
/usr/share/gocode/src/github.com/crossdock/crossdock-go/assert/http_assertions_test.go
/usr/share/gocode/src/github.com/crossdock/crossdock-go/call.go
/usr/share/gocode/src/github.com/crossdock/crossdock-go/client.go
/usr/share/gocode/src/github.com/crossdock/crossdock-go/client_test.go
/usr/share/gocode/src/github.com/crossdock/crossdock-go/combinations.go
/usr/share/gocode/src/github.com/crossdock/crossdock-go/combinations_test.go
/usr/share/gocode/src/github.com/crossdock/crossdock-go/doc.go
/usr/share/gocode/src/github.com/crossdock/crossdock-go/entry.go
/usr/share/gocode/src/github.com/crossdock/crossdock-go/require
/usr/share/gocode/src/github.com/crossdock/crossdock-go/require/doc.go
/usr/share/gocode/src/github.com/crossdock/crossdock-go/require/forward_requirements.go
/usr/share/gocode/src/github.com/crossdock/crossdock-go/require/forward_requirements_test.go
/usr/share/gocode/src/github.com/crossdock/crossdock-go/require/require.go
/usr/share/gocode/src/github.com/crossdock/crossdock-go/require/require_forward.go
/usr/share/gocode/src/github.com/crossdock/crossdock-go/require/requirements.go
/usr/share/gocode/src/github.com/crossdock/crossdock-go/require/requirements_test.go
/usr/share/gocode/src/github.com/crossdock/crossdock-go/run.go
/usr/share/gocode/src/github.com/crossdock/crossdock-go/run_test.go
/usr/share/gocode/src/github.com/crossdock/crossdock-go/t.go
/usr/share/gocode/src/github.com/crossdock/crossdock-go/testify.go
/usr/share/gocode/src/github.com/crossdock/crossdock-go/wait.go
/usr/share/licenses/golang-github-crossdock-devel
/usr/share/licenses/golang-github-crossdock-devel/LICENSE

References

Summary

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