Error installing Jami

Hello,

I want to install the Jami chat program. I get the following:

@:~$ 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_19.04/ ring main’ > /etc/apt/sources.list.d/jami.list”
@:~$ sudo apt-get update && sudo apt-get install jami
Hit:1 https://repo.pureos.net/pureos amber-security InRelease
Hit:2 https://repo.pureos.net/pureos amber-updates InRelease
Hit:3 https://repo.pureos.net/pureos amber InRelease
Hit:4 https://dl.jami.net/nightly/ubuntu_19.04 ring InRelease
Reading package lists… Done
Reading package lists… Done
Building dependency tree
Reading state information… Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
jami : Depends: libqt5core5a (>= 5.12.2) but 5.11.3+dfsg1-1+deb10u3 is to be installed
Depends: jami-daemon (= 20200331.1.5533960~dfsg1-1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

How i get it installed?

Possibly choosing the Jami build for Ubuntu 19.04 is too recent. Jami appears to be giving you a heap of choices e.g. from https://dl.jami.net/nightly/ Debian 9 and 10 and older versions of Ubuntu.

Hi Jami is available from the PureOS repositories.

The easiest way would be to remove the repo you added and then install Jami from the PureOS repositories

1 Like

Thnx for the help! removing the repo did it