Skip to content

Commit

Permalink
Update 9.0 OS packages (#9479)
Browse files Browse the repository at this point in the history
  • Loading branch information
richlander committed Aug 23, 2024
1 parent 1f44a9a commit 81f2955
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions release-notes/9.0/os-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,36 @@ sudo pkg install -A \
krb5
```

## RHEL

### RHEL 8

```bash
sudo dnf install -y \
ca-certificates \
glibc \
krb5-libs \
libgcc \
libicu \
libstdc++ \
openssl-libs \
tzdata
```

### RHEL 9

```bash
sudo dnf install -y \
ca-certificates \
glibc \
krb5-libs \
libgcc \
libicu \
libstdc++ \
openssl-libs \
tzdata
```

## Ubuntu

### Ubuntu 24.10 (Oracular Oriole)
Expand Down

0 comments on commit 81f2955

Please sign in to comment.