From 0a2bc08651685e343efe051f150eb559c2ac8eec Mon Sep 17 00:00:00 2001 From: Rohan Date: Wed, 5 Aug 2026 00:08:27 +0530 Subject: [PATCH] docs: add catatonit installation step for EL9 Fixes: #274 Signed-off-by: Rohan --- docs/installation.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index df7d28a72a..1668943f3a 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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 \ @@ -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