Available updates do not install

debian 10

The package updater displays the following updates:
Jami, jami daemon, jami libclient. All version 20211111.1fc62f4a dfsg1 1. Running the
update does not install the updates. Have you experienced the same? Suggestions? Whether
it is something about the jami updates or my computer system, I do
not know.

libqt-jami 5.15.2 1.
This package update has been available for a longer period of time. It
will not install. Suggestions? Thank you.

What do you mean that it will not install? Is the new package installed on your system or not?

If the new package is installed but Jami doesn’t appear to update, you can try killall jamid to kill the current Jami daemon and start it again maybe.

the mentioned packages displayed in a program called package
updater. If you then want to install them, you select
the install option. Then the selected packages get
installed. But the before mentioned packages did not. Unknown to
me why, suddenly they got installed. Except the
libqt-jami 5.15.2 1 package which refuses to get installed.

Sounds more like an issue with Debian than Jami.

@lrrt can you please try the more usual route of attempting upgrade from the terminal, and letting us know what error(s) and/or in general output messages you get?

To upgrade all packages on your machine for which there are updates:

sudo apt update
sudo apt upgrade

Alternatively, to upgrade only libqt-jami:

sudo apt update
sudo apt install --only-upgrade libqt-jami

sudo apt update
sudo apt install --only-upgrade libqt-jami worked.

1 Like