setup/red-hat-enterprise-linux.md: create entry
Change-Id: Idf15e6890141747ca0ae4bafce67aa9312e34979
This commit is contained in:
parent
8b27d82cd8
commit
a9129a07cf
|
@ -24,6 +24,7 @@ google-play
|
|||
linux-mint
|
||||
mac-os
|
||||
open-suse
|
||||
red-hat-enterprise-linux
|
||||
snap-store
|
||||
trisquel
|
||||
ubuntu
|
||||
|
|
|
@ -0,0 +1,37 @@
|
|||
# Red Hat Enterprise Linux
|
||||
|
||||
## Download and install
|
||||
|
||||
### Stable release
|
||||
|
||||
* RHEL 9
|
||||
|
||||
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/rhel_9/jami-stable.repo -P /etc/yum.repos.d/
|
||||
sudo dnf update
|
||||
sudo dnf install -y jami
|
||||
```
|
||||
|
||||
### Beta release
|
||||
|
||||
* RHEL 9
|
||||
|
||||
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/rhel_9/jami-nightly.repo -P /etc/yum.repos.d/
|
||||
sudo dnf update
|
||||
sudo dnf install -y jami
|
||||
```
|
||||
|
||||
## Ready
|
Loading…
Reference in New Issue