Skip to content

Commit

Permalink
Fix documentation error for Ubuntu 18.04 (iovisor#2238)
Browse files Browse the repository at this point in the history
Fix documentation error for Ubuntu 18.04
  • Loading branch information
benquike authored and yonghong-song committed Feb 27, 2019
1 parent 4f690c2 commit 14ab8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ found at [packages.ubuntu.com](https://packages.ubuntu.com/search?suite=default&
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`.
The tools are installed in `/sbin` (`/usr/sbin` in Ubuntu 18.04) with a `-bpfcc` extension. Try running `sudo opensnoop-bpfcc`.

**_Note_**: the Ubuntu packages have different names but the package contents, in most cases, conflict
and as such _cannot_ be installed alongside upstream packages. Should one choose to use
Expand Down

0 comments on commit 14ab8aa

Please sign in to comment.