How to Install and Uninstall bpftrace.src Package on Oracle Linux 8
Last updated: November 27,2024
1. Install "bpftrace.src" package
This guide let you learn how to install bpftrace.src on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
bpftrace.src
Copied
2. Uninstall "bpftrace.src" package
This guide let you learn how to uninstall bpftrace.src on Oracle Linux 8:
$
sudo dnf remove
bpftrace.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the bpftrace.src package on Oracle Linux 8
Last metadata expiration check: 1:17:22 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : bpftrace
Version : 0.12.1
Release : 4.0.1.el8
Architecture : src
Size : 933 k
Source : None
Repository : ol8_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
Available Packages
Name : bpftrace
Version : 0.12.1
Release : 4.0.1.el8
Architecture : src
Size : 933 k
Source : None
Repository : ol8_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