Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,8 @@ sudo dnf -y builddep rpm/podman.spec --enablerepo=crb
# RHEL 9+
sudo dnf -y builddep rpm/podman.spec --enablerepo=codeready-builder-for-rhel-$(rpm --eval %{?rhel})-$(uname -m)-rpms
```

Install runtime dependencies:

```bash
sudo dnf -y install \
conmon \
Expand All @@ -374,6 +374,12 @@ sudo dnf -y install \
slirp4netns
```

On EL9 derivatives (such as CentOS Stream 9), install `catatonit` from the CRB repository:

```bash
sudo dnf -y install catatonit --enablerepo=crb
```

Debian, Ubuntu, and related distributions:

```bash
Expand Down