How To Install golang-github-maruel-panicparse on Fedora 36

In this tutorial we learn how to install golang-github-maruel-panicparse in Fedora 36. golang-github-maruel-panicparse is Crash your app in style

Introduction

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

What is golang-github-maruel-panicparse

Parses panic stack traces, densifies and deduplicates goroutines with similar stack traces. Helps debugging crashes and deadlocks in heavily parallelized process.

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

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

sudo dnf -y install golang-github-maruel-panicparse

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

sudo yum -y install golang-github-maruel-panicparse

How To Uninstall golang-github-maruel-panicparse on Fedora 36

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

sudo dnf remove golang-github-maruel-panicparse

golang-github-maruel-panicparse Package Contents on Fedora 36

/usr/bin/panicparse
/usr/lib/.build-id
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/629a84c05d4a446dcf8ab6b4ae67b3f864a257
/usr/share/doc/golang-github-maruel-panicparse
/usr/share/doc/golang-github-maruel-panicparse/README.md
/usr/share/licenses/golang-github-maruel-panicparse
/usr/share/licenses/golang-github-maruel-panicparse/LICENSE

References

Summary

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