How to Install and Uninstall bpftrace Package on openSuSE Tumbleweed

Last updated: April 27,2024

1. Install "bpftrace" package

Please follow the guidelines below to install bpftrace on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install bpftrace

2. Uninstall "bpftrace" package

Learn how to uninstall bpftrace on openSuSE Tumbleweed:

$ sudo zypper remove bpftrace

3. Information about the bpftrace package on openSuSE Tumbleweed

Information for package bpftrace:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : bpftrace
Version : 0.20.2-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 4.1 MiB
Installed : No
Status : not installed
Source package : bpftrace-0.20.2-1.1.src
Upstream URL : https://github.com/iovisor/bpftrace
Summary : High-level tracing language for Linux eBPF
Description :
High-level tracing language for Linux, allowing for instrumentation of
in-kernel and userspace state. It makes use of only upstream features such as
eBPF tracing (which builds on kprobes, uprobes, and a variety of other kernel
technologies). BPFtrace's language is inspired by awk and C, as well as other
tracers such as DTrace and SystemTap.