How to Install and Uninstall bcc.x86_64 Package on Fedora 38
Last updated: November 29,2024
1. Install "bcc.x86_64" package
This is a short guide on how to install bcc.x86_64 on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
bcc.x86_64
Copied
2. Uninstall "bcc.x86_64" package
Please follow the instructions below to uninstall bcc.x86_64 on Fedora 38:
$
sudo dnf remove
bcc.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the bcc.x86_64 package on Fedora 38
Last metadata expiration check: 1:58:33 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : bcc
Version : 0.25.0
Release : 3.fc38
Architecture : x86_64
Size : 631 k
Source : bcc-0.25.0-3.fc38.src.rpm
Repository : updates
Summary : BPF Compiler Collection (BCC)
URL : https://github.com/iovisor/bcc
License : ASL 2.0
Description : BCC is a toolkit for creating efficient kernel tracing and manipulation
: programs, and includes several useful tools and examples. It makes use of
: extended BPF (Berkeley Packet Filters), formally known as eBPF, a new feature
: that was first added to Linux 3.15. BCC makes BPF programs easier to write,
: with kernel instrumentation in C (and includes a C wrapper around LLVM), and
: front-ends in Python and lua. It is suited for many tasks, including
: performance analysis and network traffic control.
Available Packages
Name : bcc
Version : 0.25.0
Release : 3.fc38
Architecture : x86_64
Size : 631 k
Source : bcc-0.25.0-3.fc38.src.rpm
Repository : updates
Summary : BPF Compiler Collection (BCC)
URL : https://github.com/iovisor/bcc
License : ASL 2.0
Description : BCC is a toolkit for creating efficient kernel tracing and manipulation
: programs, and includes several useful tools and examples. It makes use of
: extended BPF (Berkeley Packet Filters), formally known as eBPF, a new feature
: that was first added to Linux 3.15. BCC makes BPF programs easier to write,
: with kernel instrumentation in C (and includes a C wrapper around LLVM), and
: front-ends in Python and lua. It is suited for many tasks, including
: performance analysis and network traffic control.