How to Install and Uninstall bpftrace.x86_64 Package on Fedora 39

Last updated: November 30,2024

1. Install "bpftrace.x86_64" package

Here is a brief guide to show you how to install bpftrace.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install bpftrace.x86_64

2. Uninstall "bpftrace.x86_64" package

In this section, we are going to explain the necessary steps to uninstall bpftrace.x86_64 on Fedora 39:

$ sudo dnf remove bpftrace.x86_64 $ sudo dnf autoremove

3. Information about the bpftrace.x86_64 package on Fedora 39

Last metadata expiration check: 3:04:38 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : bpftrace
Version : 0.20.1
Release : 1.fc39
Architecture : x86_64
Size : 1.8 M
Source : bpftrace-0.20.1-1.fc39.src.rpm
Repository : updates
Summary : High-level tracing language for Linux eBPF
URL : https://github.com/iovisor/bpftrace
License : Apache-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