How to Install and Uninstall bpftrace.src Package on Oracle Linux 9

Last updated: September 29,2024

1. Install "bpftrace.src" package

This tutorial shows how to install bpftrace.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install bpftrace.src

2. Uninstall "bpftrace.src" package

Please follow the guidance below to uninstall bpftrace.src on Oracle Linux 9:

$ sudo dnf remove bpftrace.src $ sudo dnf autoremove

3. Information about the bpftrace.src package on Oracle Linux 9

Last metadata expiration check: 1:21:34 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : bpftrace
Version : 0.17.0
Release : 2.el9
Architecture : src
Size : 1.4 M
Source : None
Repository : ol9_appstream
Summary : High-level tracing language for Linux eBPF
URL : https://github.com/iovisor/bpftrace
License : ASL 2.0
Description : BPFtrace is a high-level tracing language for Linux enhanced Berkeley Packet
: Filter (eBPF) available in recent Linux kernels (4.x). BPFtrace uses LLVM as a
: backend to compile scripts to BPF-bytecode and makes use of BCC for
: interacting with the Linux BPF system, as well as existing Linux tracing
: capabilities: kernel dynamic tracing (kprobes), user-level dynamic tracing
: (uprobes), and tracepoints. The BPFtrace language is inspired by awk and C,
: and predecessor tracers such as DTrace and SystemTap