setup/ubuntu.md: add Ubuntu 25.04
https://review.jami.net/c/jami-client-qt/+/30979 Change-Id: I7915e605f24ae6dc4c20a367ac83f397350692d1
This commit is contained in:
parent
c22b9a7dd8
commit
2c4eefc3d3
|
@ -8,6 +8,19 @@ This edition of Jami for GNU/Linux runs on Ubuntu.
|
||||||
|
|
||||||
### Stable release
|
### Stable release
|
||||||
|
|
||||||
|
* Ubuntu 25.04
|
||||||
|
|
||||||
|
[Click here to download the DEB installation file for Ubuntu 25.04.](https://dl.jami.net/ring-manual/ubuntu_25.04/jami-all_amd64.deb)
|
||||||
|
|
||||||
|
Alternatively, open the Terminal and enter the commands:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo apt install gnupg dirmngr ca-certificates curl --no-install-recommends
|
||||||
|
curl -s https://dl.jami.net/public-key.gpg | sudo tee /usr/share/keyrings/jami-archive-keyring.gpg > /dev/null
|
||||||
|
sudo sh -c "echo 'deb [signed-by=/usr/share/keyrings/jami-archive-keyring.gpg] https://dl.jami.net/stable/ubuntu_25.04/ jami main' > /etc/apt/sources.list.d/jami.list"
|
||||||
|
sudo apt-get update && sudo apt-get install jami
|
||||||
|
```
|
||||||
|
|
||||||
* Ubuntu 24.10
|
* Ubuntu 24.10
|
||||||
|
|
||||||
[Click here to download the DEB installation file for Ubuntu 24.10.](https://dl.jami.net/ring-manual/ubuntu_24.10/jami-all_amd64.deb)
|
[Click here to download the DEB installation file for Ubuntu 24.10.](https://dl.jami.net/ring-manual/ubuntu_24.10/jami-all_amd64.deb)
|
||||||
|
@ -49,6 +62,19 @@ This edition of Jami for GNU/Linux runs on Ubuntu.
|
||||||
|
|
||||||
### Beta release
|
### Beta release
|
||||||
|
|
||||||
|
* Ubuntu 25.04
|
||||||
|
|
||||||
|
[Click here to download the beta DEB installation file for Ubuntu 25.04.](https://dl.jami.net/ring-manual-nightly/ubuntu_25.04/jami-all_amd64.deb)
|
||||||
|
|
||||||
|
Alternatively, open the Terminal and enter the commands:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo apt install gnupg dirmngr ca-certificates curl --no-install-recommends
|
||||||
|
curl -s https://dl.jami.net/public-key.gpg | sudo tee /usr/share/keyrings/jami-archive-keyring.gpg > /dev/null
|
||||||
|
sudo sh -c "echo 'deb [signed-by=/usr/share/keyrings/jami-archive-keyring.gpg] https://dl.jami.net/nightly/ubuntu_25.04/ jami main' > /etc/apt/sources.list.d/jami.list"
|
||||||
|
sudo apt-get update && sudo apt-get install jami
|
||||||
|
```
|
||||||
|
|
||||||
* Ubuntu 24.10
|
* Ubuntu 24.10
|
||||||
|
|
||||||
[Click here to download the beta DEB installation file for Ubuntu 24.10.](https://dl.jami.net/ring-manual-nightly/ubuntu_24.10/jami-all_amd64.deb)
|
[Click here to download the beta DEB installation file for Ubuntu 24.10.](https://dl.jami.net/ring-manual-nightly/ubuntu_24.10/jami-all_amd64.deb)
|
||||||
|
|
Loading…
Reference in New Issue