From 2c4eefc3d3e4951a4fd980dcbc097f9fca6af1e7 Mon Sep 17 00:00:00 2001 From: ovari123 Date: Tue, 15 Apr 2025 20:14:34 -0400 Subject: [PATCH] setup/ubuntu.md: add Ubuntu 25.04 https://review.jami.net/c/jami-client-qt/+/30979 Change-Id: I7915e605f24ae6dc4c20a367ac83f397350692d1 --- setup/ubuntu.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/setup/ubuntu.md b/setup/ubuntu.md index e2e2dfdb..9b07d3e7 100644 --- a/setup/ubuntu.md +++ b/setup/ubuntu.md @@ -8,6 +8,19 @@ This edition of Jami for GNU/Linux runs on Ubuntu. ### 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 [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 +* 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 [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)