Skip to content

Commit

Permalink
docs: add installation method for Debian - Binary (iovisor#4378)
Browse files Browse the repository at this point in the history
This PR adds missing installation method for Debian - Binary in INSTALL.md.

Signed-off-by: Furkan <[email protected]>
  • Loading branch information
Dentrax committed Dec 5, 2022
1 parent d002b11 commit 6482501
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:https://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
Expand Down

0 comments on commit 6482501

Please sign in to comment.