setup/alma-linux.md: add os version number
https://en.wikipedia.org/wiki/AlmaLinux Change-Id: I723cf48b6e535fda79b39d490fafdb91a0ef756a
This commit is contained in:
parent
b8ea7a537c
commit
26ed2d2117
|
@ -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
|
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue