2025-03-13 17:27:28 +08:00
|
|
|
# openSUSE
|
|
|
|
|
|
|
|
## 1. Download and install
|
|
|
|
|
|
|
|
### openSUSE Leap 15.5
|
|
|
|
|
|
|
|
Install Jami from the command line using Zypper:
|
|
|
|
|
2025-03-14 08:05:57 +08:00
|
|
|
```none
|
2025-03-13 17:27:28 +08:00
|
|
|
sudo zypper addrepo https://dl.jami.net/stable/opensuse-leap_15.5/jami-stable.repo
|
|
|
|
sudo zypper install jami
|
|
|
|
```
|
|
|
|
|
|
|
|
### openSUSE Leap 15.4
|
|
|
|
|
|
|
|
Install Jami from the command line using Zypper:
|
|
|
|
|
2025-03-14 08:05:57 +08:00
|
|
|
```none
|
2025-03-13 17:27:28 +08:00
|
|
|
sudo zypper addrepo https://dl.jami.net/stable/opensuse-leap_15.4/jami-stable.repo
|
|
|
|
sudo zypper install jami
|
|
|
|
```
|
|
|
|
|
|
|
|
### SUSE Linux Enterprise Desktop 15 SP4
|
|
|
|
|
|
|
|
Install Jami from the command line using Zypper:
|
|
|
|
|
2025-03-14 08:05:57 +08:00
|
|
|
```none
|
2025-03-13 17:27:28 +08:00
|
|
|
sudo zypper addrepo https://dl.jami.net/stable/opensuse-leap_15.4/jami-stable.repo
|
|
|
|
SUSEConnect --product PackageHub/15.4/x86_64
|
|
|
|
sudo zypper install jami
|
|
|
|
```
|
|
|
|
|
|
|
|
## 2. Ready
|