Skip to content

Commit fd8eb17

Browse files
committed
Add ACfL system package steps for RHEL 9
1 parent 853abfe commit fd8eb17

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

content/install-guides/acfl.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,31 @@ sudo yum install acfl
197197

198198
The 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

0 commit comments

Comments
 (0)