How to Install and Uninstall retsnoop.x86_64 Package on CentOS Stream 8

Last updated: October 07,2024

1. Install "retsnoop.x86_64" package

Please follow the instructions below to install retsnoop.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install retsnoop.x86_64

2. Uninstall "retsnoop.x86_64" package

Please follow the steps below to uninstall retsnoop.x86_64 on CentOS Stream 8:

$ sudo dnf remove retsnoop.x86_64 $ sudo dnf autoremove

3. Information about the retsnoop.x86_64 package on CentOS Stream 8

Last metadata expiration check: 5:07:15 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : retsnoop
Version : 0.9.8
Release : 1.el8
Architecture : x86_64
Size : 952 k
Source : retsnoop-0.9.8-1.el8.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.