How to Install and Uninstall bpftrace Package on openSUSE Leap

Last updated: April 26,2024

1. Install "bpftrace" package

Here is a brief guide to show you how to install bpftrace on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install bpftrace

2. Uninstall "bpftrace" package

Please follow the guidelines below to uninstall bpftrace on openSUSE Leap:

$ sudo zypper remove bpftrace

3. Information about the bpftrace package on openSUSE Leap

Information for package bpftrace:
---------------------------------
Repository : Main Repository
Name : bpftrace
Version : 0.17.0-150500.1.2
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 67.7 MiB
Installed : No
Status : not installed
Source package : bpftrace-0.17.0-150500.1.2.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.