From 648250188b794eef9b5b7d2ca127f5e24b21d839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Furkan=20T=C3=BCrkal?= Date: Mon, 5 Dec 2022 04:26:00 +0300 Subject: [PATCH] docs: add installation method for Debian - Binary (#4378) This PR adds missing installation method for Debian - Binary in INSTALL.md. Signed-off-by: Furkan --- INSTALL.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index c440021bcd1a..da10fc3016ea 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -69,6 +69,13 @@ Kernel compile flags can usually be checked by looking at `/proc/config.gz` or `bcc` and its tools are available in the standard Debian main repository, from the source package [bpfcc](https://packages.debian.org/source/sid/bpfcc) under the names `bpfcc-tools`, `python3-bpfcc`, `libbpfcc` and `libbpfcc-dev`. +To install: + +```bash +echo deb http://cloudfront.debian.net/debian sid main >> /etc/apt/sources.list +sudo apt-get install -y bpfcc-tools libbpfcc libbpfcc-dev linux-headers-$(uname -r) +``` + ## Ubuntu - Binary Versions of bcc are available in the standard Ubuntu