How to Install and Uninstall bpftrace.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 04,2024

1. Install "bpftrace.x86_64" package

Learn how to install bpftrace.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install bpftrace.x86_64

2. Uninstall "bpftrace.x86_64" package

This is a short guide on how to uninstall bpftrace.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove bpftrace.x86_64 $ sudo dnf autoremove

3. Information about the bpftrace.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 3:58:22 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : bpftrace
Version : 0.10.0
Release : 4.el8
Architecture : x86_64
Size : 540 k
Source : bpftrace-0.10.0-4.el8.src.rpm
Repository : 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