How to Install and Uninstall golang-github-bugsnag-panicwrap-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "golang-github-bugsnag-panicwrap-dev" package

This tutorial shows how to install golang-github-bugsnag-panicwrap-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install golang-github-bugsnag-panicwrap-dev

2. Uninstall "golang-github-bugsnag-panicwrap-dev" package

Please follow the step by step instructions below to uninstall golang-github-bugsnag-panicwrap-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove golang-github-bugsnag-panicwrap-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-bugsnag-panicwrap-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: golang-github-bugsnag-panicwrap-dev
Priority: extra
Section: universe/devel
Installed-Size: 40
Maintainer: Ubuntu Developers
Original-Maintainer: pkg-go
Architecture: all
Source: golang-bugsnag-panicwrap
Version: 0.0~git20141111-1
Depends: golang-go, golang-github-kardianos-osext-dev
Filename: pool/universe/g/golang-bugsnag-panicwrap/golang-github-bugsnag-panicwrap-dev_0.0~git20141111-1_all.deb
Size: 9328
MD5sum: 24335ed99159feeb23ab141a8577a92c
SHA1: 6b5196b9c78712360bf35e25bb0ca4fc486a7422
SHA256: 428ac472b3121263cb4a8605bef7b8f98dfbbee8b3ee651ae5add2bac44a61a1
Description-en: Go library for catching and handling panics in Go applications
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.
Description-md5: 683ed5fb51cdf4563df3187842dfc2bb
Homepage: https://github.com/bugsnag/panicwrap
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu