Commit 64468d6a authored by Allan McAleavy's avatar Allan McAleavy Committed by yonghong-song

updated for RHEL (#1948)

Added in RHEL 7.6 Beta information
parent e45f41ba
......@@ -7,6 +7,7 @@
- [Arch](#arch---aur)
- [Gentoo](#gentoo---portage)
- [openSUSE](#opensuse---binary)
- [RHEL](#redhat---binary)
* [Source](#source)
- [Debian](#debian---source)
- [Ubuntu](#ubuntu---source)
......@@ -145,6 +146,13 @@ sudo zypper ref
sudo zypper in bcc-tools bcc-examples
```
## RHEL - Binary
For Redhat 7.6 (Beta) bcc is already included in the official yum repository as bcc-tools. As part of the install the following dependencies are installed: bcc.x86_64 0:0.6.0-3.el7 ,llvm-private.x86_64 0:6.0.1-2.el7 ,python-bcc.x86_64 0:0.6.0-3.el7,python-netaddr.noarch 0:0.7.5-9.el7
```
yum install bcc-tools
```
# Source
......
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