Skip to content

Commit

Permalink
Document required development tools repo on Alma 9 (#164)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
TimoWilken authored Feb 16, 2024
1 parent d5f15c3 commit 0be1003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions building/prereq-alma9.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ With root permissions, i.e. `sudo` or as `root` install the prerequisites using:
```bash
dnf install -y epel-release dnf-plugins-core
dnf update -y
dnf config-manager --set-enabled crb
dnf group install -y 'Development Tools'
cat << EOF > /etc/yum.repos.d/alice-system-deps.repo
[alice-system-deps]
Expand Down

0 comments on commit 0be1003

Please sign in to comment.