How to Install and Uninstall golang-github-bugsnag-panicwrap-devel.noarch Package on Fedora 38

Last updated: October 12,2024

1. Install "golang-github-bugsnag-panicwrap-devel.noarch" package

In this section, we are going to explain the necessary steps to install golang-github-bugsnag-panicwrap-devel.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install golang-github-bugsnag-panicwrap-devel.noarch

2. Uninstall "golang-github-bugsnag-panicwrap-devel.noarch" package

In this section, we are going to explain the necessary steps to uninstall golang-github-bugsnag-panicwrap-devel.noarch on Fedora 38:

$ sudo dnf remove golang-github-bugsnag-panicwrap-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-bugsnag-panicwrap-devel.noarch package on Fedora 38

Last metadata expiration check: 0:02:59 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : golang-github-bugsnag-panicwrap-devel
Version : 1.3.4
Release : 3.fc38
Architecture : noarch
Size : 20 k
Source : golang-github-bugsnag-panicwrap-1.3.4-3.fc38.src.rpm
Repository : updates
Summary : Go library for catching and handling panics in Go applications
URL : https://github.com/bugsnag/panicwrap
License : MIT
Description : Panicwrap is a Go library that re-executes a Go binary and monitors stderr
: output from the binary for a panic. When it find a panic, it executes a
: user-defined handler function. Stdout, stderr, stdin, signals, and exit codes
: continue to work as normal, making the existence of panicwrap mostly invisble to
: the end user until a panic actually occurs.
:
: Since a panic is truly a bug in the program meant to crash the runtime, globally
: catching panics within Go applications is not supposed to be possible. Despite
: this, it is often useful to have a way to know when panics occur. panicwrap
: allows you to do something with these panics, such as writing them to a file, so
: that you can track when panics occur.
:
: Panicwrap is not a panic recovery system. Panics indicate serious problems with
: your application and should crash the runtime. panicwrap is just meant as a way
: to monitor for panics. If you still think this is the worst idea ever, read the
: section below on why.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/bugsnag/panicwrap