How To Install golang-github-google-dap on Fedora 36

In this tutorial we learn how to install golang-github-google-dap in Fedora 36. golang-github-google-dap is Go implementation of the Debug Adapter Protocol

Introduction

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

What is golang-github-google-dap

Go implementation of the Debug Adapter Protocol.

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

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

sudo dnf -y install golang-github-google-dap

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

sudo yum -y install golang-github-google-dap

How To Uninstall golang-github-google-dap on Fedora 36

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

sudo dnf remove golang-github-google-dap

golang-github-google-dap Package Contents on Fedora 36

/usr/bin/gentypes
/usr/bin/mockserver
/usr/lib/.build-id
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/36e5339831718287f7f3afdf933e752e047eca
/usr/lib/.build-id/64
/usr/lib/.build-id/64/812caf3b620a3e444058c37f98e6a8845e7eb1
/usr/share/doc/golang-github-google-dap
/usr/share/doc/golang-github-google-dap/README.md
/usr/share/doc/golang-github-google-dap/docs
/usr/share/doc/golang-github-google-dap/docs/contributing.md
/usr/share/licenses/golang-github-google-dap
/usr/share/licenses/golang-github-google-dap/LICENSE

References

Summary

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