Page 1 of 1

[Testing - Trixie] Why some packages are not upgraded?

Posted: 2024-04-26 05:31
by mirto
Hi all,
in the last three days apt says that some packages cannot be upgraded and are kept back to the installed version.

Here is what apt says

Code: Select all

mirto@bianco500:~$ sudo apt upgrade
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze... Fatto
Lettura informazioni sullo stato... Fatto   
Calcolo dell'aggiornamento... Fatto
I seguenti pacchetti sono stati mantenuti alla versione attuale:
  apt apt-utils btrfs-progs curl db5.3-util e2fsprogs efibootmgr encfs evemu-tools gawk git glmark2-es2-x11 glmark2-x11 gnutls-bin hfsplus hwinfo icoutils ipset libbpf1 libdvdnav4 libfcgi-bin libfido2-1 libflac++10 libfreetype6 libgd3 libgfapi0 libgfrpc0
  libgfxdr0 libgit2-1.7 libglusterfs0 libgnustep-base1.29 libhfstospell11 libjxr-tools liblept5 liblouisutdml-bin libmusicbrainz5cc2v5 libnsl2 libogdi4.1 librabbitmq4 libraptor2-0 librist4 librtmp1 librttopo1 libshout3 libsqlcipher1 libsrt1.5-gnutls
  libsrt1.5-openssl libssh-4 libtpms0 libtspi1 libvcdinfo0 libvncclient1 libxaw7 libxmu6 libxt-dev libzmf-0.0-0 libzmq5 libzvbi-common lynx mokutil mupdf-tools openssl perl-openssl-defaults reiserfsprogs sane-airscan socat sudo supermin texlive-binaries
  vcdimager x11-apps x11-session-utils x11-utils x11-xkb-utils x11-xserver-utils xfsprogs zerofree
0 aggiornati, 0 installati, 0 da rimuovere e 77 non aggiornati.
mirto@bianco500:~$ 
Why these packages are kept back?

What can I do to install the new packages?

Re: [Testing - Trixie] Why some packages are not upgraded?

Posted: 2024-04-26 05:38
by sunrat
Maybe waiting for some new dependencies, or newly versioned packages.
Try

Code: Select all

apt full-upgrade
You should run that regularly in Testing anyway.

But it's Testing, strange things happen sometimes. :lol:

Re: [Testing - Trixie] Why some packages are not upgraded?

Posted: 2024-04-26 06:07
by Pinhead
Why these packages are kept back?
Debian Package Tracker

Re: [Testing - Trixie] Why some packages are not upgraded?

Posted: 2024-04-26 07:11
by mirto
Pinhead wrote: 2024-04-26 06:07
Why these packages are kept back?
Debian Package Tracker
The packages listed in the post.
I repeat

Code: Select all

I seguenti pacchetti sono stati mantenuti alla versione attuale:
  apt apt-utils btrfs-progs curl db5.3-util e2fsprogs efibootmgr encfs evemu-tools gawk git glmark2-es2-x11 glmark2-x11 gnutls-bin hfsplus hwinfo icoutils ipset libbpf1 libdvdnav4 libfcgi-bin libfido2-1 libflac++10 libfreetype6 libgd3 libgfapi0 libgfrpc0
  libgfxdr0 libgit2-1.7 libglusterfs0 libgnustep-base1.29 libhfstospell11 libjxr-tools liblept5 liblouisutdml-bin libmusicbrainz5cc2v5 libnsl2 libogdi4.1 librabbitmq4 libraptor2-0 librist4 librtmp1 librttopo1 libshout3 libsqlcipher1 libsrt1.5-gnutls
  libsrt1.5-openssl libssh-4 libtpms0 libtspi1 libvcdinfo0 libvncclient1 libxaw7 libxmu6 libxt-dev libzmf-0.0-0 libzmq5 libzvbi-common lynx mokutil mupdf-tools openssl perl-openssl-defaults reiserfsprogs sane-airscan socat sudo supermin texlive-binaries
  vcdimager x11-apps x11-session-utils x11-utils x11-xkb-utils x11-xserver-utils xfsprogs zerofree
0 aggiornati, 0 installati, 0 da rimuovere e 77 non aggiornati.

Re: [Testing - Trixie] Why some packages are not upgraded?

Posted: 2024-04-26 07:23
by FreewheelinFrank
Updates to Testing were held up for weeks I think due to fixing the year 38 issue; now they are all coming down at once. Best to wait a few days as sunrat suggested. I think I borked my Testing install trying to push them through. Oh well! :roll:

Re: [Testing - Trixie] Why some packages are not upgraded?

Posted: 2024-04-26 07:24
by mirto
sunrat wrote: 2024-04-26 05:38 Maybe waiting for some new dependencies, or newly versioned packages.
Try

Code: Select all

apt full-upgrade
You should run that regularly in Testing anyway.

But it's Testing, strange things happen sometimes. :lol:
You are right!
Using full upgrade solves the problem.

BTW I know it is testing so I upgrade every morning as soon as I wake up :)