[SOLVED] upgrade The following packages have been kept back:

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
mint_aero
Level 2
Level 2
Posts: 67
Joined: Mon Mar 21, 2022 1:15 pm

[SOLVED] upgrade The following packages have been kept back:

Post by mint_aero »

When I run sudo apt upgrade I get this output:

Code: Select all

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  libfprint-2-2 libglib2.0-0 libglib2.0-bin libglib2.0-data
0 to upgrade, 0 to newly install, 0 to remove and 4 not to upgrade.
Why has it kept 4 packages back as not to upgrade?

Thanks for your help
Last edited by LockBot on Fri Jun 02, 2023 10:00 pm, edited 3 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Olaf2020

Re: sudo apt upgrade

Post by Olaf2020 »

try a dist-upgrade

Code: Select all

sudo apt dist-upgrade
mint_aero
Level 2
Level 2
Posts: 67
Joined: Mon Mar 21, 2022 1:15 pm

Re: sudo apt upgrade

Post by mint_aero »

Still no luck

Code: Select all

$ sudo apt dist-upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  libfprint-2-2 libglib2.0-0 libglib2.0-bin libglib2.0-data
0 to upgrade, 0 to newly install, 0 to remove and 4 not to upgrade.
Olaf2020

Re: sudo apt upgrade

Post by Olaf2020 »

Olaf2020

Re: sudo apt upgrade

Post by Olaf2020 »

i tried now the command suggested in the link, i had the same packages as yours not upgradable, solved with the command suggested

Code: Select all

sudo apt install --only-upgrade packagename
I our case

Code: Select all

sudo apt install --only-upgrade libfprint-2-2 libglib2.0-0 libglib2.0-bin libglib2.0-data
mint_aero
Level 2
Level 2
Posts: 67
Joined: Mon Mar 21, 2022 1:15 pm

Re: sudo apt upgrade

Post by mint_aero »

Olaf2020 wrote: Fri Dec 02, 2022 4:44 am

Code: Select all

sudo apt install --only-upgrade libfprint-2-2 libglib2.0-0 libglib2.0-bin libglib2.0-data
Sorted.

Thanks Olaf.
Last edited by mint_aero on Sat Dec 03, 2022 12:41 am, edited 1 time in total.
Olaf2020

Re: [SOLVED] sudo apt upgrade

Post by Olaf2020 »

well, if I may, I suggest changing the title of the discussion with something more specific, so it can be more useful for future searches, a title like this
[Solved]upgrade The following packages have been kept back:
Bye.
Locked

Return to “Software & Applications”