Skip to content

Commit

Permalink
INSTALL.md: add new Ubuntu bpfcc-tools package name (iovisor#2116)
Browse files Browse the repository at this point in the history
add new Ubuntu bpfcc-tools package name in INSTALL.md
  • Loading branch information
brendangregg authored and yonghong-song committed Jan 11, 2019
1 parent fb9066b commit 4085178
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ echo "deb https://repo.iovisor.org/apt/$(lsb_release -cs) $(lsb_release -cs) mai
sudo apt-get update
sudo apt-get install bcc-tools libbcc-examples linux-headers-$(uname -r)
```
(replace `xenial` with `artful` or `bionic` as appropriate)
(replace `xenial` with `artful` or `bionic` as appropriate). Tools will be installed under /usr/share/bcc/tools.

**Nightly Packages**

Expand All @@ -73,6 +73,16 @@ sudo apt-get install bcc-tools libbcc-examples linux-headers-$(uname -r)
```
(replace `xenial` with `artful` or `bionic` as appropriate)

**Ubuntu Packages**

The previous commands will install the latest bcc from the iovisor repositories. It is also available from the standard Ubuntu multiverse repository, under the package name `bpfcc-tools`.

```bash
sudo apt-get install bpfcc-tools linux-headers-$(uname -r)
```

The tools are installed in /sbin with a -bpfcc extension. Try running `sudo opensnoop-bpfcc`.

## Fedora - Binary

Ensure that you are running a 4.2+ kernel with `uname -r`. If not, install a 4.2+ kernel from
Expand Down

0 comments on commit 4085178

Please sign in to comment.