Commit f9bce9e7 authored by David Xia's avatar David Xia Committed by Brenden Blanco

Update INSTALL.md

add required linux-headers package
parent 4bfc4346
...@@ -55,7 +55,7 @@ Only the nightly packages are built for Ubuntu 16.04, but the steps are very str ...@@ -55,7 +55,7 @@ Only the nightly packages are built for Ubuntu 16.04, but the steps are very str
```bash ```bash
echo "deb [trusted=yes] https://repo.iovisor.org/apt/xenial xenial-nightly main" | sudo tee /etc/apt/sources.list.d/iovisor.list echo "deb [trusted=yes] https://repo.iovisor.org/apt/xenial xenial-nightly main" | sudo tee /etc/apt/sources.list.d/iovisor.list
sudo apt-get update sudo apt-get update
sudo apt-get install bcc-tools libbcc-examples sudo apt-get install bcc-tools libbcc-examples linux-headers-$(uname -r)
``` ```
## Ubuntu Trusty - Binary ## Ubuntu Trusty - Binary
...@@ -88,7 +88,7 @@ To install: ...@@ -88,7 +88,7 @@ To install:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D4284CDD sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D4284CDD
echo "deb https://repo.iovisor.org/apt trusty main" | sudo tee /etc/apt/sources.list.d/iovisor.list echo "deb https://repo.iovisor.org/apt trusty main" | sudo tee /etc/apt/sources.list.d/iovisor.list
sudo apt-get update sudo apt-get update
sudo apt-get install binutils bcc bcc-tools libbcc-examples python-bcc sudo apt-get install binutils bcc bcc-tools libbcc-examples python-bcc linux-headers-$(uname -r)
``` ```
**Nightly Packages** **Nightly Packages**
......
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