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
06cb8114
Commit
06cb8114
authored
Jun 14, 2017
by
Navin Francis
Committed by
GitHub
Jun 14, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the installation instructions for Fedora
parent
341a363c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
INSTALL.md
INSTALL.md
+6
-6
No files found.
INSTALL.md
View file @
06cb8114
...
...
@@ -114,7 +114,7 @@ sudo python /usr/share/bcc/examples/networking/simple_tc.py
## Fedora - Binary
I
nstall a 4.2+ kernel from
Ensure that you are running a 4.2+ kernel with
`uname -r`
. If not, i
nstall a 4.2+ kernel from
http://alt.fedoraproject.org/pub/alt/rawhide-kernel-nodebug, for example:
```
bash
...
...
@@ -123,13 +123,13 @@ sudo dnf update
# reboot
```
Nightly bcc binary packages
are built for Fedora 23 and 24,
hosted at
`https://repo.iovisor.org/yum/nightly/f{23,24}`
.
Nightly bcc binary packages
for Fedora 23, 24, and 25 are
hosted at
`https://repo.iovisor.org/yum/nightly/f{23,24
,25
}`
.
To install
(change 'f23' to 'f24' for rawhide)
:
To install:
```
bash
echo
-e
'[iovisor]\nbaseurl=https://repo.iovisor.org/yum/nightly/f2
3
/$basearch\nenabled=1\ngpgcheck=0'
|
sudo tee
/etc/yum.repos.d/iovisor.repo
sudo
dnf
install
bcc-tools
echo
-e
'[iovisor]\nbaseurl=https://repo.iovisor.org/yum/nightly/f2
5
/$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
)
```
## Arch - AUR
...
...
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