How to Install and Uninstall bcc.src Package on Oracle Linux 8

Last updated: November 29,2024

1. Install "bcc.src" package

In this section, we are going to explain the necessary steps to install bcc.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install bcc.src

2. Uninstall "bcc.src" package

Please follow the step by step instructions below to uninstall bcc.src on Oracle Linux 8:

$ sudo dnf remove bcc.src $ sudo dnf autoremove

3. Information about the bcc.src package on Oracle Linux 8

Last metadata expiration check: 3:19:57 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : bcc
Version : 0.19.0
Release : 5.el8
Architecture : src
Size : 5.0 M
Source : None
Repository : ol8_appstream
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.