How to Install and Uninstall retsnoop.x86_64 Package on Oracle Linux 9

Last updated: September 22,2024

1. Install "retsnoop.x86_64" package

This tutorial shows how to install retsnoop.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install retsnoop.x86_64

2. Uninstall "retsnoop.x86_64" package

Please follow the guidelines below to uninstall retsnoop.x86_64 on Oracle Linux 9:

$ sudo dnf remove retsnoop.x86_64 $ sudo dnf autoremove

3. Information about the retsnoop.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:09:14 ago on Thu Feb 15 07:50:05 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.