How To Install Bcc?
Install bcc
-
Debian
apt-get install bccClick to copy -
Ubuntu
apt-get install bccClick to copy -
Kali Linux
apt-get install bccClick to copy -
CentOS
yum install bccClick to copy -
Fedora
dnf install bccClick to copy -
Raspbian
apt-get install bccClick to copy
bcc
BCC is a toolkit for creating efficient kernel tracing andmanipulation 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.
dev86
A real mode 80x86 assembler and linker
To install the latest version of bcc in your favorite operating system just copy the bcc installation command from above and paste it into terminal. It will download and install the latest version of bcc 2026 package in your OS.




