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