Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] [Solved] Warning: Removals in full-upgrade  (Read 1300 times)

Offline Pip

  • User
  • Posts: 164
[EN] [Solved] Warning: Removals in full-upgrade
« on: 2024/02/08, 08:52:06 »
Looks like the whole of xorg would be removed this morning. Might need a slight pause on full upgrades,
« Last Edit: 2024/02/10, 10:20:18 by Pip »

Offline Camelot

  • User
  • Posts: 81
Re: Warning: Removals in full-upgrade
« Reply #1 on: 2024/02/08, 10:02:41 »
Looks like the whole of xorg would be removed this morning. Might need a slight pause on full upgrades,

I can confirm this with apt full-upgrade, but not with apt upgrade.

Code: [Select]
#apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  xkb-data
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

Offline edlin

  • User
  • Posts: 542
Re: Warning: Removals in full-upgrade
« Reply #2 on: 2024/02/08, 10:54:39 »
Translation from man apt:

upgrade is used to install available upgrades for all packages currently installed on the system from the sources configured in sources.list(5).

New packages are installed if necessary to fulfill dependencies, but existing ones are never removed. If the upgrade for a package requires that an installed package to be removed, this upgrade will not be performed.


Therefore,
Code: [Select]
apt update && apt upgrade is currently the correct way.

edlin
Der Kluge lernt aus allem und von jedem,
der Normale aus seinen Erfahrungen
und der Dumme weiß alles besser.

Sokrates

Offline eriefisher

  • User
  • Posts: 266
Re: Warning: Removals in full-upgrade
« Reply #3 on: 2024/02/08, 12:36:18 »
Funny, on one system it want to remove X Packages and on the other it's just held back.

Offline edlin

  • User
  • Posts: 542
Re: Warning: Removals in full-upgrade
« Reply #4 on: 2024/02/09, 11:31:29 »
I have just performed a full upgrade with no packages to remove. This means that the problem with xkb-data should be solved. Nevertheless, look carefully at the output of apt, as not all servers have to be synchronized yet!


edlin
Der Kluge lernt aus allem und von jedem,
der Normale aus seinen Erfahrungen
und der Dumme weiß alles besser.

Sokrates

Offline eriefisher

  • User
  • Posts: 266
Re: Warning: Removals in full-upgrade
« Reply #5 on: 2024/02/09, 12:53:24 »
Confirmed. xkb-data 2.41-1.

Offline Pip

  • User
  • Posts: 164
Re: Warning: Removals in full-upgrade
« Reply #6 on: 2024/02/09, 15:57:38 »
Seems a lot better, though I'm now getting a bug warning for python3-jedi, so I'll pause a little longer.

I put python3-jedi on hold and upgraded the rest, no problem.
« Last Edit: 2024/02/10, 10:18:38 by Pip »