From 26ed2d2117ad4789998c5655960168f1293593db Mon Sep 17 00:00:00 2001 From: ovari123 Date: Wed, 26 Mar 2025 03:00:34 -0500 Subject: [PATCH] setup/alma-linux.md: add os version number https://en.wikipedia.org/wiki/AlmaLinux Change-Id: I723cf48b6e535fda79b39d490fafdb91a0ef756a --- setup/alma-linux-os.md | 41 -------------------------------------- setup/alma-linux.md | 45 ++++++++++++++++++++++++++++++++++++++++++ setup/index.md | 2 +- 3 files changed, 46 insertions(+), 42 deletions(-) delete mode 100644 setup/alma-linux-os.md create mode 100644 setup/alma-linux.md diff --git a/setup/alma-linux-os.md b/setup/alma-linux-os.md deleted file mode 100644 index d4acd0b1..00000000 --- a/setup/alma-linux-os.md +++ /dev/null @@ -1,41 +0,0 @@ -# AlmaLinux OS - -## Download and install - -```{note} -AlmaLinux OS is binary compatible with RHELĀ®. -``` - -### Stable release - -[Click here to download the RPM installation file for AlmaLinux OS.](https://dl.jami.net/ring-manual/alma_9/jami_x86_64.rpm) - -Alternatively, open the Terminal and enter the commands: - -```bash -sudo dnf install -y epel-release -sudo dnf install -y 'dnf-command(config-manager)' -sudo dnf config-manager --set-enabled crb -sudo dnf config-manager --set-enabled appstream -sudo wget https://dl.jami.net/stable/alma_9/jami-stable.repo -P /etc/yum.repos.d/ -sudo dnf update -sudo dnf install -y jami -``` - -### Beta release - -[Click here to download the beta RPM installation file for AlmaLinux OS.](https://dl.jami.net/ring-manual-nightly/alma_9/jami_x86_64.rpm) - -Alternatively, open the Terminal and enter the commands: - -```bash -sudo dnf install -y epel-release -sudo dnf install -y 'dnf-command(config-manager)' -sudo dnf config-manager --set-enabled crb -sudo dnf config-manager --set-enabled appstream -sudo wget https://dl.jami.net/nightly/alma_9/jami-nightly.repo -P /etc/yum.repos.d/ -sudo dnf update -sudo dnf install -y jami -``` - -## Ready diff --git a/setup/alma-linux.md b/setup/alma-linux.md new file mode 100644 index 00000000..b81b403d --- /dev/null +++ b/setup/alma-linux.md @@ -0,0 +1,45 @@ +# AlmaLinux + +## Download and install + +```{note} +AlmaLinux OS is binary compatible with RHELĀ®. +``` + +### Stable release + +* AlmaLinux 9 + + [Click here to download the RPM installation file for AlmaLinux 9.](https://dl.jami.net/ring-manual/alma_9/jami_x86_64.rpm) + + Alternatively, open the Terminal and enter the commands: + + ```bash + sudo dnf install -y epel-release + sudo dnf install -y 'dnf-command(config-manager)' + sudo dnf config-manager --set-enabled crb + sudo dnf config-manager --set-enabled appstream + sudo wget https://dl.jami.net/stable/alma_9/jami-stable.repo -P /etc/yum.repos.d/ + sudo dnf update + sudo dnf install -y jami + ``` + +### Beta release + +* AlmaLinux 9 + + [Click here to download the beta RPM installation file for AlmaLinux 9.](https://dl.jami.net/ring-manual-nightly/alma_9/jami_x86_64.rpm) + + Alternatively, open the Terminal and enter the commands: + + ```bash + sudo dnf install -y epel-release + sudo dnf install -y 'dnf-command(config-manager)' + sudo dnf config-manager --set-enabled crb + sudo dnf config-manager --set-enabled appstream + sudo wget https://dl.jami.net/nightly/alma_9/jami-nightly.repo -P /etc/yum.repos.d/ + sudo dnf update + sudo dnf install -y jami + ``` + +## Ready diff --git a/setup/index.md b/setup/index.md index 70f2d178..1b688de3 100644 --- a/setup/index.md +++ b/setup/index.md @@ -12,7 +12,7 @@ To download and install the Jami application, select the app store, the operatin ```{toctree} :maxdepth: 1 -alma-linux-os +alma-linux app-store chocolatey debian