How to Install and Uninstall golang-github-stack-devel.noarch Package on Rocky Linux 9

Last updated: October 05,2024

1. Install "golang-github-stack-devel.noarch" package

Learn how to install golang-github-stack-devel.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install golang-github-stack-devel.noarch

2. Uninstall "golang-github-stack-devel.noarch" package

Please follow the step by step instructions below to uninstall golang-github-stack-devel.noarch on Rocky Linux 9:

$ sudo dnf remove golang-github-stack-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-stack-devel.noarch package on Rocky Linux 9

Last metadata expiration check: 0:21:26 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : golang-github-stack-devel
Version : 1.8.1
Release : 5.el9
Architecture : noarch
Size : 17 k
Source : golang-github-stack-1.8.1-5.el9.src.rpm
Repository : epel
Summary : Capture, manipulate, and format call stacks
URL : https://github.com/go-stack/stack
License : MIT
Description : Package Stack implements utilities to capture, manipulate, and format call
: stacks. It provides a simpler API than package runtime.
:
: The implementation takes care of the minutia and special cases of interpreting
: the program counter (pc) values returned by runtime.Callers.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/go-stack/stack