File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -197,6 +197,31 @@ sudo yum install acfl
197197
198198The ACfL tools are now ready to use.
199199
200+ ### Red Hat Enterprise Linux (RHEL) 9
201+
202+ Arm Compiler for Linux is available to install with either the ` dnf ` or ` yum ` system package manager.
203+
204+ #### Install ACfL from the RHEL 9 package repository
205+
206+ Install ACfL and prerequisites from the RHEL 9 ` rpm ` package repository with ` dnf ` :
207+
208+ ``` bash
209+ sudo dnf update
210+ sudo dnf install ' dnf-command(config-manager)' procps psmisc make environment-modules
211+ sudo dnf config-manager --add-repo https://developer.arm.com/packages/ACfL%3ARHEL-9/standard/ACfL%3ARHEL-9.repo
212+ sudo dnf install acfl
213+ ```
214+
215+ Or using the equivalent ` yum ` commands:
216+
217+ ``` bash
218+ sudo yum update
219+ sudo yum install ' dnf-command(config-manager)' procps psmisc make environment-modules
220+ sudo yum config-manager --add-repo https://developer.arm.com/packages/ACfL%3ARHEL-9/standard/ACfL%3ARHEL-9.repo
221+ sudo yum install acfl
222+ ```
223+
224+ The ACfL tools are now ready to use.
200225
201226### Set up environment
202227
You can’t perform that action at this time.
0 commit comments