diff --git a/docs/install_guides/centos-stream-9.rst b/docs/install_guides/centos-stream-9.rst new file mode 100644 index 000000000..9ecbe693b --- /dev/null +++ b/docs/install_guides/centos-stream-9.rst @@ -0,0 +1,18 @@ +.. _install-centos-stream-9: + +================================= +Installing Red on CentOS Stream 9 +================================= + +CentOS Stream 9 has all required packages available in official repositories. +Install them with dnf: + +.. prompt:: bash + + sudo dnf -y install python39 git java-11-openjdk-headless @development nano + +.. Include common instructions: + +.. include:: _includes/create-env-with-venv.rst + +.. include:: _includes/install-and-setup-red-unix.rst diff --git a/docs/install_guides/index.rst b/docs/install_guides/index.rst index 22c11fa9f..b7babf610 100644 --- a/docs/install_guides/index.rst +++ b/docs/install_guides/index.rst @@ -17,6 +17,7 @@ we recommend **Ubuntu 20.04 LTS**. arch centos-7 centos-stream-8 + centos-stream-9 debian-10 debian-11 fedora