I have Jami installed on a Windows 10 machine and two Linux machines. I see regular and frequent updates on Windows 10, and it is currently on Euclid 202607201809. The Linux machines have not seen an update to Jami since 2025.
One of the Linux machines runs Ubuntu 20.04, and Jami was installed using:
sudo apt install jami
The other Linux machine runs Debian 12 and Jami was installed using:
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/debian_12/ jami main' > /etc/apt/sources.list.d/jami.list"
sudo apt-get update && sudo apt-get install jami
Both Linux machines are kept up-to-date by apt, so why are they not receiving updates for Jami?
1 Like
It seems older Ubuntu versions (even ones that are LTS) are not receiving new packages anymore: Download Jami for GNU/Linux
The most optimal way would seem to be upgrading your Ubuntu system to at least 24.04.
My Debian 12 machine is also not receiving updates, and it is using the repository pointed to using the current download command for Debian 12:
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/debian_12/ jami main' > /etc/apt/sources.list.d/jami.list"
sudo apt-get update && sudo apt-get install jami
As for the Ubuntu machine, Canonical’s switch to snap means I’ll be switching it to Debian when I have the time.
Well whaddayaknow. Atlas has finally upgraded to Euclid on the Debian 12 machine. The Ubuntu machine remains on the 2025 version for which I have no chance of typing the name.