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?