Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bcc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
bcc
Commits
293938d8
Commit
293938d8
authored
Jun 26, 2018
by
Lakshmipathi
Committed by
yonghong-song
Jun 26, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fedora-28 install step (#1857)
Ensure dnf point to correct package name.
parent
8265aca7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
INSTALL.md
INSTALL.md
+1
-1
No files found.
INSTALL.md
View file @
293938d8
...
@@ -90,7 +90,7 @@ Nightly bcc binary packages for Fedora 25, 26, and 27 are hosted at
...
@@ -90,7 +90,7 @@ Nightly bcc binary packages for Fedora 25, 26, and 27 are hosted at
To install:
To install:
```
bash
```
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
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**
**Stable and Signed Packages**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment