Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

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

- - ALL UNSTABLE / TESTING THREADS SHOULD BE POSTED HERE - -
This sub-forum is the dedicated area for the ongoing Unstable/Testing releases of Debian. Advanced, or Experienced User support only. Use the software, give, and take advice with caution.
Post Reply
Message
Author
User avatar
mirto
Posts: 36
Joined: 2023-02-24 08:52
Has thanked: 3 times

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

#1 Post 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?

User avatar
sunrat
Administrator
Administrator
Posts: 6593
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 119 times
Been thanked: 502 times

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

#2 Post 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:
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

User avatar
Pinhead
Posts: 4
Joined: 2023-02-06 08:09

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

#3 Post by Pinhead »

Why these packages are kept back?
Debian Package Tracker

User avatar
mirto
Posts: 36
Joined: 2023-02-24 08:52
Has thanked: 3 times

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

#4 Post 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.

User avatar
FreewheelinFrank
Global Moderator
Global Moderator
Posts: 2139
Joined: 2010-06-07 16:59
Has thanked: 38 times
Been thanked: 233 times

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

#5 Post 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:

User avatar
mirto
Posts: 36
Joined: 2023-02-24 08:52
Has thanked: 3 times

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

#6 Post 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 :)

Post Reply