How to Install and Uninstall retsnoop.x86_64 Package on AlmaLinux 9

Last updated: October 07,2024

1. Install "retsnoop.x86_64" package

This guide covers the steps necessary to install retsnoop.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install retsnoop.x86_64

2. Uninstall "retsnoop.x86_64" package

This guide covers the steps necessary to uninstall retsnoop.x86_64 on AlmaLinux 9:

$ sudo dnf remove retsnoop.x86_64 $ sudo dnf autoremove

3. Information about the retsnoop.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:59:53 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : retsnoop
Version : 0.9.8
Release : 1.el9
Architecture : x86_64
Size : 852 k
Source : retsnoop-0.9.8-1.el9.src.rpm
Repository : epel
Summary : A tool for investigating kernel error call stacks
URL : https://github.com/anakryiko/retsnoop
License : BSD-2-Clause AND (LGPL-2.1-only OR BSD-2-Clause) AND (Apache-2.0 OR MIT) AND MIT AND (0BSD OR Apache-2.0 OR MIT) AND (MIT OR Unlicense) AND (Apache-2.0 OR MIT OR Zlib)
Description : retsnoop is BPF-based tool that is meant to help debugging kernel issues. It
: allows to capture call stacks of kernel functions that return errors (NULL or
: -Exxx) and emits every such detected call stack, along with the captured
: results.