Skip to content

Commit

Permalink
INSTALL.md: add install instructions for Fedora 30+ (iovisor#2524)
Browse files Browse the repository at this point in the history
add install instructions for Fedora 30+
  • Loading branch information
jgehrcke authored and yonghong-song committed Sep 24, 2019
1 parent 466a54c commit f8c5654
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,17 @@ sudo apt-get install bcc-tools libbcc-examples linux-headers-$(uname -r)

## Fedora - Binary

### Fedora 30 and newer

As of Fedora 30, bcc binaries are available in the standard repository.
You can install them via

```bash
sudo dnf install bcc
```

### Fedora 29 and older

Ensure that you are running a 4.2+ kernel with `uname -r`. If not, install a 4.2+ kernel from
http:https://alt.fedoraproject.org/pub/alt/rawhide-kernel-nodebug, for example:

Expand Down

0 comments on commit f8c5654

Please sign in to comment.