Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bpftrace
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
bpftrace
Commits
50d2d199
Commit
50d2d199
authored
Nov 18, 2018
by
Brendan Gregg
Committed by
GitHub
Nov 18, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #258 from caringi/add_fedora_package_doc
Add fedora package install instructions to INSTALL.md
parents
70c9c12d
f126d1da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
INSTALL.md
INSTALL.md
+12
-0
No files found.
INSTALL.md
View file @
50d2d199
...
...
@@ -8,6 +8,8 @@
-
(
*please add sections for other OSes)*
-
[
Using Docker
](
#using-docker
)
-
[
Generic build
](
#generic-build
)
-
[
Package install
](
#package-install
)
-
[
Fedora
](
#fedora-package
)
# Linux Kernel Requirements
...
...
@@ -176,3 +178,13 @@ To test that the build works, you can try running the test suite, and a one-line
./tests/bpftrace_test
./src/bpftrace -e 'kprobe:do_nanosleep { printf("sleep by %s\n", comm); }'
```
# Package install
## Fedora package
For Fedora 28 (and later), bpftrace is already included in the official repo. Just install the package with dnf.
```
sudo dnf install bpftrace
```
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