Skip to content

Commit 0be1003

Browse files
authored
Document required development tools repo on Alma 9 (#164)
Some required development tools aren't available in the default repos any more, so the "CRB" (formerly "PowerTools") repo needs to be enabled on Alma 9.
1 parent d5f15c3 commit 0be1003

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

building/prereq-alma9.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ With root permissions, i.e. `sudo` or as `root` install the prerequisites using:
99
```bash
1010
dnf install -y epel-release dnf-plugins-core
1111
dnf update -y
12+
dnf config-manager --set-enabled crb
1213
dnf group install -y 'Development Tools'
1314
cat << EOF > /etc/yum.repos.d/alice-system-deps.repo
1415
[alice-system-deps]

0 commit comments

Comments
 (0)