Commit 4085178d authored by Brendan Gregg's avatar Brendan Gregg Committed by yonghong-song

INSTALL.md: add new Ubuntu bpfcc-tools package name (#2116)

add new Ubuntu bpfcc-tools package name in INSTALL.md
parent fb9066be
......@@ -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**
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment