Commit 06cb8114 authored by Navin Francis's avatar Navin Francis Committed by GitHub

Update the installation instructions for Fedora

parent 341a363c
...@@ -114,7 +114,7 @@ sudo python /usr/share/bcc/examples/networking/simple_tc.py ...@@ -114,7 +114,7 @@ sudo python /usr/share/bcc/examples/networking/simple_tc.py
## Fedora - Binary ## Fedora - Binary
Install a 4.2+ kernel from Ensure that you are running a 4.2+ kernel with `uname -r`. If not, install a 4.2+ kernel from
http://alt.fedoraproject.org/pub/alt/rawhide-kernel-nodebug, for example: http://alt.fedoraproject.org/pub/alt/rawhide-kernel-nodebug, for example:
```bash ```bash
...@@ -123,13 +123,13 @@ sudo dnf update ...@@ -123,13 +123,13 @@ sudo dnf update
# reboot # reboot
``` ```
Nightly bcc binary packages are built for Fedora 23 and 24, hosted at Nightly bcc binary packages for Fedora 23, 24, and 25 are hosted at
`https://repo.iovisor.org/yum/nightly/f{23,24}`. `https://repo.iovisor.org/yum/nightly/f{23,24,25}`.
To install (change 'f23' to 'f24' for rawhide): To install:
```bash ```bash
echo -e '[iovisor]\nbaseurl=https://repo.iovisor.org/yum/nightly/f23/$basearch\nenabled=1\ngpgcheck=0' | sudo tee /etc/yum.repos.d/iovisor.repo echo -e '[iovisor]\nbaseurl=https://repo.iovisor.org/yum/nightly/f25/$basearch\nenabled=1\ngpgcheck=0' | sudo tee /etc/yum.repos.d/iovisor.repo
sudo dnf install bcc-tools sudo dnf install bcc-tools kernel-devel-$(uname -r) kernel-headers-$(uname -r)
``` ```
## Arch - AUR ## Arch - AUR
......
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