Commit 293938d8 authored by Lakshmipathi's avatar Lakshmipathi Committed by yonghong-song

Fedora-28 install step (#1857)

Ensure dnf point to correct  package name.
parent 8265aca7
......@@ -90,7 +90,7 @@ Nightly bcc binary packages for Fedora 25, 26, and 27 are hosted at
To install:
```bash
echo -e '[iovisor]\nbaseurl=https://repo.iovisor.org/yum/nightly/f27/$basearch\nenabled=1\ngpgcheck=0' | sudo tee /etc/yum.repos.d/iovisor.repo
sudo dnf install bcc-tools kernel-devel-$(uname -r) kernel-headers-$(uname -r)
sudo dnf install bcc-tools kernel-headers kernel-devel
```
**Stable and Signed 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