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

Last updated: October 06,2024

1. Install "veristat.x86_64" package

In this section, we are going to explain the necessary steps to install veristat.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install veristat.x86_64

2. Uninstall "veristat.x86_64" package

Please follow the steps below to uninstall veristat.x86_64 on Oracle Linux 9:

$ sudo dnf remove veristat.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:57:09 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : veristat
Version : 0.3
Release : 1.el9
Architecture : x86_64
Size : 132 k
Source : veristat-0.3-1.el9.src.rpm
Repository : epel
Summary : Tool for loading, verifying, and debugging BPF object files
URL : https://github.com/libbpf/veristat
License : BSD-2-Clause OR GPL-2.0-only
Description : veristat is the tool for loading, verifying, and debugging BPF object files. It
: allows to work with BPF object files convenient and quickly, without having to
: use or modify corresponding user-space parts of an application.