hi all guys,
i tried this morning to run apt dist-upgrade but not upgrade some packages that i saw in not upagrade state, but if i run apt to force to install then i see:
sudo apt install rhythmbox rhythmbox-plugins
Aggiornamento:
entangle eog gedit gir1.2-entangle-0.1 gir1.2-peas-1.0 gir1.2-pluma-1.0 gir1.2-rb-3.0 libpeas-dev librhythmbox-core10 pluma pragha rhythmbox rhythmbox-plugins
Installazione dipendenze:
libpeas-1.0-1
RIMOZIONE:
libpeas-1.0-0
Riepilogo:
Aggiornamento: 13, Installazione: 1, Rimozione: 1, Non aggiornati: 10
Dimensione scaricamento: 7.224 kB
Spazio richiesto: 12,3 kB / 537 GB disponibile
Continuare? [S/n]
why APT not upgrade these packages ? but i have to force it?
Thanks best regards
I just tried it myself and I'm not having this issue. I do see your also pulling in some other packages for some reason. eog in particular breaks libpeas-1.0-0 so that explains the removal. Since there is an updated version I would try a dist-upgrade first. There was also a report of gir1.2-peas-1.0 having an issue.
seems yesterday i had same problem:
sudo apt dist-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:
dolphin-emu dolphin-emu-data gem-plugin-gmerlin gir1.2-gst-plugins-bad-1.0 gstreamer1.0-plugins-bad libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-bad1.0-dev
libonnxruntime-providers packagekit pd-readanysf
0 aggiornati, 0 installati, 0 da rimuovere e 10 non aggiornati.
Looking for updates...
sudo apt install pd-readanysf
Aggiornamento:
gem-plugin-gmerlin pd-readanysf
Installazione dipendenze:
libgmerlin-avdec3
RIMOZIONE:
libgmerlin-avdec2
Riepilogo:
Aggiornamento: 2, Installazione: 1, Rimozione: 1, Non aggiornati: 8
Dimensione scaricamento: 517 kB
Spazio liberato: 130 kB
Continuare? [S/n]
Scaricamento di:1 https://deb.debian.org/debian sid/main amd64 pd-readanysf amd64 0.43-8 [55,2 kB]
Scaricamento di:2 https://deb.debian.org/debian sid/main amd64 gem-plugin-gmerlin amd64 1:0.94-10 [121 kB]
Scaricamento di:3 https://deb.debian.org/debian sid/main amd64 libgmerlin-avdec3 amd64 2.0.0+ds-2 [341 kB]
Recuperati 517 kB in 0s (2.444 kB/s)
@dacorsa, how about
LANG=C sudo apt dist-upgrade
to select English instead Italian?
Quote from: samoht on 2026/02/18, 09:55:20
@dacorsa, how about
LANG=C sudo apt dist-upgrade
to select English instead Italian?
yes it's better, next time i will do it, thanks
i don't know what to do more...
always like this:
18:21:41 root # LANG=C sudo apt dist-upgrade
Not upgrading:
gir1.2-gst-plugins-bad-1.0 gstreamer1.0-plugins-bad libgstreamer-plugins-bad1.0-dev libopencc-data
goldendict-ng libgstreamer-plugins-bad1.0-0 libonnxruntime-providers packagekit
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 8
18:22:17 root # LANG=C sudo apt install goldendict-ng
Upgrading:
goldendict-ng libopencc-data
Installing dependencies:
libopencc1.2
REMOVING:
libopencc1.1
Summary:
Upgrading: 2, Installing: 1, Removing: 1, Not Upgrading: 6
Download size: 0 B / 3.588 kB
Space needed: 4.096 B / 506 GB available
Continue? [Y/n]
Reading changelogs... Done
(Reading database ... 1577782 files and directories currently installed.)
Preparing to unpack .../goldendict-ng_26.1.1-1+b1_amd64.deb ...
Unpacking goldendict-ng (26.1.1-1+b1) over (26.1.1-1) ...
(Reading database ... 1577783 files and directories currently installed.)
Removing libopencc1.1 (1.1.9+ds1-4) ...
(Reading database ... 1577760 files and directories currently installed.)
Preparing to unpack .../libopencc-data_1.2.0+ds1-1_all.deb ...
Unpacking libopencc-data (1.2.0+ds1-1) over (1.1.9+ds1-4) ...
Selecting previously unselected package libopencc1.2.
Preparing to unpack .../libopencc1.2_1.2.0+ds1-1_amd64.deb ...
Unpacking libopencc1.2 (1.2.0+ds1-1) ...
Setting up libopencc-data (1.2.0+ds1-1) ...
Setting up libopencc1.2 (1.2.0+ds1-1) ...
Setting up goldendict-ng (26.1.1-1+b1) ...
Processing triggers for bamfdaemon (0.5.6+repack-1.1+b3) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for desktop-file-utils (0.28-1) ...
Processing triggers for gnome-menus (3.38.1-2) ...
Processing triggers for libc-bin (2.42-13) ...
Processing triggers for mailcap (3.75) ...
Scanning processes...
Scanning processor microcode...
Scanning linux images...
Running kernel seems to be up-to-date.
The processor microcode seems to be up-to-date.
No services need to be restarted.
No containers need to be restarted.
No user sessions are running outdated binaries.
No VM guests are running outdated hypervisor (qemu) binaries on this host.
Quote from: dacorsa on 2026/02/22, 18:24:29
i don't know what to do more...
always like this:
It works quite as usual, it just does not install:
gir1.2-gst-plugins-bad-1.0 gstreamer1.0-plugins-bad libgstreamer-plugins-bad1.0-dev libopencc-data
goldendict-ng libgstreamer-plugins-bad1.0-0 libonnxruntime-providers packagekit
that is all.
Try "apt why-not goldendict-ng" to learn what is keeping apt from (e.g.) installing
goldendict-ng.
ok thanks @ro_sid, will use it