How To Install golang-github-crossdock on Fedora 36

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

Introduction

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

What is golang-github-crossdock

A Go client for Crossdock.

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

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

sudo dnf -y install golang-github-crossdock

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

sudo yum -y install golang-github-crossdock

How To Uninstall golang-github-crossdock on Fedora 36

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

sudo dnf remove golang-github-crossdock

golang-github-crossdock Package Contents on Fedora 36

/usr/bin/_codegen
/usr/lib/.build-id
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/e6d88d77f0654308ce1442abe59052e69dd795
/usr/share/doc/golang-github-crossdock
/usr/share/doc/golang-github-crossdock/README.md
/usr/share/licenses/golang-github-crossdock
/usr/share/licenses/golang-github-crossdock/LICENSE

References

Summary

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